
Basketball Passing - Scripting Support - Developer Forum | Roblox
Apr 10, 2021 · I honestly don’t even know where to start. I’ve got the passing down as far as actually throwing the ball, but I need the other player to look at the ball and move torwards the target position. Can anybody help me?
How do I simulate a basketball being shot with physics? - Roblox
Jun 25, 2022 · So what I’m trying to do is make a basketball shot like in hoops demo. The problem is I am very new to scripting and I have no idea how to do it. I already have a shot meter and a shot animation ready, I just need a way to make the ball move to the net.
Scripting a Basketball System - Scripting Support - Roblox
Nov 21, 2023 · I’m very curious on how basketball games implement basketball systems. Say, I attach the basketball to the character with a motor6d and tween its C0 for the dribbling/bouncing. I’ll give the client the network ownership too. Now here’s the thing, if I want the player to be able to shoot the basketball, the motor6d has to be broken first. This is where the problems come. …
Help with code regarding a basketball game - Roblox
Dec 21, 2019 · Ok, so I’m attempting to make a basketball game, how do I teleport players because they’re on a certain team, for example; team 1 scores so they get teleported to their side and team two gets teleported to their side. How’d I do that? Ok, and than, how would I make it so only the ball can make the score, and not the players hitting it?
Modeling a projectile's motion - Resources / Community ... - Roblox
Sep 7, 2018 · This guide was originally written for scriptinghelpers. The original can be found here. As a somewhat active member of the Scripting Helpers discord one of the most common questions I see is how to have a projectile travel an arc. Most people want to know how to do this for things like basketballs or cannon balls and so forth. Since this is such a popular question I …
Basketball offset system - Scripting Support - Roblox
May 29, 2021 · In my basketball game, Based on your timing and other factors, you will miss or make a shot. I am already getting the percentage (0-1) of all the factors but how can I actually apply this to the projectiles end position. I feel like my current system kind of sucks.
Basketball Script Animation - Help and Feedback / Scripting
Apr 8, 2021 · Basically, I give a control script to my player whenever they pickup a basketball, and remove it when they dont have the basketball. Here is where my issue is. I have a shooting animation and I want to set my bodygyro maxtorque and bodyvelocity maxforce when the animation stops, but my script gets destroyed so it does not happen. how else could I do this?
Basketball Steal - Scripting Support - Developer Forum | Roblox
Apr 6, 2021 · After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you! -- This is an example Lua code block Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.
Basketball shooting - Help and Feedback / Scripting Support
Jun 27, 2019 · I’m currently working on a basketball project, and I’m confused. I’m not sure how to go about getting the ball to make an arc and to go into the hoop. I would appreciate it if someone can reply with a script/method of doing this. -Sutik
Dribbling (Basketball) - Scripting Support - Developer Forum
Jul 14, 2021 · Unsure of how you are planning to create this mechanic, however in most cases when/if you are using a local script, you must use a remote event in order to ensure that the animation, movement, etc appear to all players. If the main script is within the basketball itself (object in the workspace) then you wouldn’t need to use a remote event, as the script would be …