Is Game.Loaded deprecated or am i using it incorrectly?

I attempted to use Game.Loaded:Connect(Function() in my script and the script wouldn’t fire. Is Game.Loaded deprecated or am i using it incorrectly? If it has been made useless, would using Game.Players.PlayerAdded do the same thing?

My script for reference:
image

there are no errors coming from the script in the output btw

I’m not sure if it’ll work but you could try using a .Changed event and listening to :IsLoaded()

game.Loaded fires when a client completes loading the game, so it’ll only work on a local script I suppose. Make sure the one you are using isn’t a server script.

yeah i might’ve just been dumb lol.
i was using a server script and just didn’t know game.Loaded only works on local scripts

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.