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

I need help scripting the tools to follow you around instead of being held in your hand. Any help?

Asked by 6 years ago

So I am working on a game based on an anime, and I would like to have it when the user has equipped the tool(model), the tool(model) is not held by their hand but rather follow them from behind when moving or stay in front of them when idle. (Or they can just stay behind them at all costs unless they have executed some punches etc.) I have tried various things but none have worked. Please help!

0
You could use an empty tool to control the model outside of the tool BlizzardBan 15 — 6y
0
I mean like. I have turned the entire model into a tool so it can be accessible by the user. RandomAccount90082 -3 — 6y
0
Well you can still control the model from a script inside of the tool, like you can put the model in workspace and have a tool with just a script to control everything BlizzardBan 15 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

This might help to control movement of the model: http://wiki.roblox.com/index.php?title=Making_a_Floating_sphere

Then you can use a tool to make it disappear and appear when you equip it

0
Everything worked. I tested the entire script until I placed it inside the Model(which is now an entire tool). The tool popped up when I equipped it but didn't follow me around or float :( RandomAccount90082 -3 — 6y
Ad

Answer this question