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
01 | 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. |
02 | Cutscene Editor Loaded |
03 | 18 : 05 : 00.500 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")' |
04 | 18 : 05 : 00.501 - Stack Begin |
05 | 18 : 05 : 00.501 - Script 'Players.RedRo_se.PlayerScripts.ControlScript' , Line 42 |
06 | 18 : 05 : 00.502 - Stack End |
07 | 18 : 05 : 00.516 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")' |
08 | 18 : 05 : 00.517 - Stack Begin |
09 | 18 : 05 : 00.518 - Script 'Players.RedRo_se.PlayerScripts.CameraScript.RootCamera' , Line 12 |
10 | 18 : 05 : 00.518 - Stack End |
11 | 18 : 05 : 00.817 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")' |
12 | 18 : 05 : 00.818 - Stack Begin |
13 | 18 : 05 : 00.819 - Script 'Players.RedRo_se.PlayerScripts.BubbleChat' , Line 20 |
14 | 18 : 05 : 00.819 - Stack End |
15 | 18 : 05 : 00.833 - Infinite yield possible on 'Players.RedRo_se:WaitForChild("PlayerGui")' |
16 | 18 : 05 : 00.833 - Stack Begin |
17 | 18 : 05 : 00.834 - Script 'Players.RedRo_se.PlayerScripts.ChatScript.ChatMain' , Line 106 |
18 | 18 : 05 : 00.834 - Stack End |
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.