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

Local script not running in StarterPack?

Asked by 9 years ago

This is the part of the script that does absolutely nothing (this is in a local script in starter pack)

1Player = game.Players.LocalPlayer
2Player.CharacterAdded:connect(function(Char)

I don't understand why not. It doesn't trigger the CharacterAdded function

Answer this question