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

I'm using r15 and when I press play the studio doesn't work. Why is this happening?

Asked by 6 years ago

I tried to press play but the camera is still and this comes up in the output I can't move, or do anything at all

18:04:55.495 - Something unexpectedly tried to set the parent of RedRo_se to NULL while trying to set the parent of RedRo_se. Current parent is Players.
Cutscene Editor Loaded
18:05:00.500 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
18:05:00.501 - Stack Begin
18:05:00.501 - Script 'Players.RedRo_se.PlayerScripts.ControlScript', Line 42
18:05:00.502 - Stack End
18:05:00.516 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
18:05:00.517 - Stack Begin
18:05:00.518 - Script 'Players.RedRo_se.PlayerScripts.CameraScript.RootCamera', Line 12
18:05:00.518 - Stack End
18:05:00.817 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
18:05:00.818 - Stack Begin
18:05:00.819 - Script 'Players.RedRo_se.PlayerScripts.BubbleChat', Line 20
18:05:00.819 - Stack End
18:05:00.833 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
18:05:00.833 - Stack Begin
18:05:00.834 - Script 'Players.RedRo_se.PlayerScripts.ChatScript.ChatMain', Line 106
18:05:00.834 - Stack End

1 answer

Log in to vote
0
Answered by 6 years ago

Are you trying to address your player name with a dot like Players.Player? If so, that is a issue for your name since it is not alphanumeric and therefore requires a different way to address it. In this case: Players["RedRo_se"]:WaitForChild("PlayerGui")

Also, it says something about setting your player to NULL, check for additional scripts interfering with it.

Ad

Answer this question