Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Flings avatar when holding an item?

Asked by 4 years ago

So I'm pretty new to Roblox studio, when someone pulls out an item, it flings them into midair. When they let go, they fall and die, when they keeping holding on, they just float in midair. I'm not sure what to do. Any responses are appreciated.

1
It is most likely because your item is Anchored. JoyfulPhoenix 139 — 4y

2 answers

Log in to vote
0
Answered by 4 years ago

Check all of your tool parts and make sure the property Anchored is set to false. You need to weld the tool parts, you cannot anchor them.

Ad
Log in to vote
0
Answered by 4 years ago

When you make Tools for your players, you most likely want to un-anchor all parts and add WeldConstraints to all parts and weld them to the handle for example (they can be welded to any part). If you anchor your tool, it will not go in the player’s hand when the player pulls it out. Instead, the player will go to it and won’t be able to move. Un-anchoring all parts in your Tool should fix your problem.

0
Thanks for responding so fast. I used a weld constraint and welded it to the carpet. It's un-anchored in the script and in properties, but it still brings me to the tool. Any other suggestions? User#33019 0 — 4y
0
Why would you weld the tool to a carpet? You should only weld parts together that are part of the tool itself. joshmatt2244 28 — 4y

Answer this question