So I'm making a game, yes. I made this script that makes you dance at a specific time (but that's a whole other thing), my problem here is that it works, BUT it only works on me. I had me and my friends join in the same server, first we tried that I would join first, then he would join. Found out that it's only affecting me, so I thought it would be that maybe the script only affects to the person who joins first. I checked the code, it couldn't possibly be so. Then, I had my friend join in first, then I joined. AND IT STILL AFFECTED ME ONLY.
I looked into the code further, and I'm just so blurred out. Here is the code:
local humanoid = script.Parent:WaitForChild("Humanoid") local dancer = humanoid:LoadAnimation(script.dance) dancer:Play() wait(10) dancer:Stop()
The Script is a LocalScript to be specific, every time a player joins, a normal script in Workspace will clone it and put it inside the player.