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 8 years ago

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

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

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

Answer this question