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

How to load assets or wait for character to load ?

Asked by
xdeno 187
6 years ago

Hi I've scripted a heavy game but the problem is when joining scripts are inconsistent, I'm using this code but I feel it's not loading assets or the player is loaded when this fires, therefore making the code not work.

For example I have a script that changes your shirt when you join but it doesn't work all the time.

Any help would be greatly appreciated.

Players.PlayerAdded:Connect(function(player)
    player.CharacterAdded:Connect(function(char)

end)
end)
0
And is that proven to work with no issues, and the best method ? xdeno 187 — 6y

Answer this question