#detain help tool
1 messages · Page 1 of 1 (latest)
toolbox
by posting it here what exactly do you want to be helped with
If you put a script inside the tool, using tool Equipped and tool Unequipped
tweak this script b/c it only considers freezing the hrp. I did not write in that the players frozen can not equip a tool.
but you get the idea of how you can do this.
the arrow of doom
** You are now Level 4! **
how, wdym toolbox
be more clear pls , that toolbox aint working on its own
bro fym , people said n, post it here
?
arrow
ooh well... what do you suggest ?
instead of
if Character:FindFirstChild("HumanoidRootPart") then
end```
you can do
```lua
if not Character:FindFirstChild("HumanoidRootPart") then return end
more optimal, less lines