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 7 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

0118: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.
02Cutscene Editor Loaded
0318:05:00.500 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
0418:05:00.501 - Stack Begin
0518:05:00.501 - Script 'Players.RedRo_se.PlayerScripts.ControlScript', Line 42
0618:05:00.502 - Stack End
0718:05:00.516 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
0818:05:00.517 - Stack Begin
0918:05:00.518 - Script 'Players.RedRo_se.PlayerScripts.CameraScript.RootCamera', Line 12
1018:05:00.518 - Stack End
1118:05:00.817 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
1218:05:00.818 - Stack Begin
1318:05:00.819 - Script 'Players.RedRo_se.PlayerScripts.BubbleChat', Line 20
1418:05:00.819 - Stack End
1518:05:00.833 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")'
1618:05:00.833 - Stack Begin
1718:05:00.834 - Script 'Players.RedRo_se.PlayerScripts.ChatScript.ChatMain', Line 106
1818:05:00.834 - Stack End

1 answer

Log in to vote
0
Answered by 7 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