I can’t believe this hasn’t be addressed yet:
You cannot use “LocalPlayer” in a normal script. Add “Player” inside of function, like so:
game.Players.PlayerAdded:Connect(function(Player)
I can’t believe this hasn’t be addressed yet:
You cannot use “LocalPlayer” in a normal script. Add “Player” inside of function, like so:
game.Players.PlayerAdded:Connect(function(Player)