So, I used the video but whenever I press someone, something weird happens.
I don’t get why this happens, I can’t move or do anything.
Noah
2
It’s most likely the humanoid is anchored, if not - Make sure the humanoid is properly created.
I respawned the humanoids but now when I cuff them, I can’t move.
I also keep on seeing this error.
Noah
5
Try testing it out on a player in a server, if it works it means something it wrong with your rigs, otherwise , you’ve broke something.
Yep, it works on players although, the movement is a bit “laggy” but it works.
Noah
7
It could be down to something on your computers end, it’s smooth for me.
Idk, like, the movement is a bit slower, like when I turn, it’s delayed half a second or something. But I only have it with some players.
Could it be their animations or something?
Noah
9
The animations should be removed, so unlikely.
I also have another question, how could I make “Victem” a “local” in an other script?
I want to make a working jail button and I need to make the Victem go to the jail, but I don’t know how I can do that.
Noah
11
I think you’re referring to a variable, if you don’t know how to make it I can’t spoon feed but I can provide sources, I’ve done that in another post.
Uhm, if the “Victem” thing is a variable, then yes please.
I need to say like.
script.Parent.MouseButton1Click:Connect(function()
--TP CUFFED PLAYER TO JAIL CODE HERE
end)
Noah
13
Yep, that will do the trick, I won’t spoon feed but I don’t think you understand the basics of scripting, if you don’t - You’ll get nowhere:
Variables | Roblox Creator Documentation
Jessica
14
script.Parent.Activated:Connect(function()
--TP CUFFED PLAYER TO JAIL CODE HERE
end)
fixed it so it works on mobile.
Well, I’m about to stop trying the jail system as I really don’t know how to make it work.
The jail button is the only thing that had to be done to make the cuffs useful.
But thanks tho.
system
Closed
16
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.