#Camera breaks when play

1 messages · Page 1 of 1 (latest)

rare sedge
#

I’m stuck on a Roblox Studio issue and could really use help. My game loads but the player can’t move and the camera is frozen. Console’s throwing a ton of client-side errors (modules failing to require, syntax errors like ‘Expected function call arguments after (’, BillboardClient / ClientInit failing, etc). I think a broken client init or camera override is blocking PlayerModule.

dire brook
#

you have a lot of errors in there i suggest fixing them

#

you cannot expect anything to work properly if you are getting errors like this

rare sedge
#

26 errors

burnt zincBOT
#

studio** You are now Level 1! **studio

rare sedge
dire brook
#

this Trigger script isn't running:

15:24:37.031 Players.official_envixity.PlayerScripts.LocalScripts.Components.Trigger:43: Expected function call arguments after '(' - Studio - Trigger:43

hdadmin isn't loading correctly:

15:24:37.074 ReplicatedStorage.HDAdminHDClient.StarterKit.HDAdminStartup:11: attempt to call missing method 'GetModule' of table - Client - HDAdminStartup:11
15:24:37.074 Stack Begin - Studio
15:24:37.074 Script 'ReplicatedStorage.HDAdminHDClient.StarterKit.HDAdminStartup', Line 11 - Studio - HDAdminStartup:11
15:24:37.074 Stack End - Studio

this script probably isn't running:

15:24:37.075 Module code did not return exactly one value - Client - PlayerScriptsLoader:9
15:24:37.075 Stack Begin - Studio
15:24:37.075 Script 'Players.official_envixity.PlayerScripts.PlayerScriptsLoader', Line 9 - Studio - PlayerScriptsLoader:9
15:24:37.075 Stack End - Studio

this killbrick is broken and is breaking a bunch of other scripts:

15:24:37.077 ReplicatedStorage.Modules.ObjectHandler.Tags.killbrick:165: Expected function call arguments after '(' - Studio - killbrick:165
15:24:37.077 Requested module experienced an error while loading - Client - ObjectHandler:15
15:24:37.077 Stack Begin - Studio
15:24:37.077 Script 'ReplicatedStorage.Modules.ObjectHandler', Line 15 - Studio - ObjectHandler:15
15:24:37.077 Stack End - Studio
15:24:37.077 Requested module experienced an error while loading - Client - ObjectRunner:9
15:24:37.077 Stack Begin - Studio
15:24:37.077 Script 'Players.official_envixity.PlayerScripts.LocalScripts.ObjectRunner', Line 9 - Studio - ObjectRunner:9
15:24:37.078 Stack End - Studio

#

this is not running:

15:24:37.088 Players.official_envixity.PlayerScripts.BloxbizSDK.Utils.Promise:1282: Expected identifier when parsing expression, got '...' - Studio - Promise:1282
15:24:37.088 Requested module experienced an error while loading - Client - Utils:187
15:24:37.088 Stack Begin - Studio
15:24:37.089 Script 'Players.official_envixity.PlayerScripts.BloxbizSDK.Utils', Line 187 - Studio - Utils:187
15:24:37.089 Stack End - Studio
15:24:37.089 Requested module experienced an error while loading - Client - BillboardClient:32
15:24:37.089 Stack Begin - Studio
15:24:37.089 Script 'Players.official_envixity.PlayerScripts.BloxbizSDK.BillboardClient', Line 32 - Studio - BillboardClient:32
15:24:37.089 Stack End - Studio

this is a custom error which causes other errors:

15:24:37.089 [ClientInit] Failed to require BillboardClient: Requested module experienced an error while loading - Client - ClientInit:17
15:24:37.090 Requested module experienced an error while loading - Client - Player:12
15:24:37.091 Stack Begin - Studio
15:24:37.091 Script 'Players.official_envixity.PlayerScripts.BloxbizSDK.AdRequestStats.Player', Line 12 - Studio - Player:12
15:24:37.091 Stack End - Studio
15:24:37.091 Requested module experienced an error while loading - Client - AdRequestStats:11
15:24:37.091 Stack Begin - Studio
15:24:37.091 Script 'Players.official_envixity.PlayerScripts.BloxbizSDK.AdRequestStats', Line 11 - Studio - AdRequestStats:11
15:24:37.092 Stack End - Studio
15:24:37.092 Requested module experienced an error while loading - Client - ClientInit:62
15:24:37.092 Stack Begin - Studio
15:24:37.092 Script 'Players.official_envixity.PlayerScripts.BloxbizSDK.ClientInit', Line 62 - Studio - ClientInit:62
15:24:37.092 Stack End - Studio

#

this entire chain is not running:

15:24:38.302 ReplicatedStorage.PopupIntegrationPackage.external._Index.sleitnick_signal@1.5.0.signal:66: Expected ')' (to close '(' at column 7), got ':' - Studio - signal:66
15:24:38.302 Requested module experienced an error while loading - Client - Signal:9
15:24:38.302 Stack Begin - Studio
15:24:38.302 Script 'ReplicatedStorage.PopupIntegrationPackage.external.Signal', Line 9 - Studio - Signal:9
15:24:38.302 Stack End - Studio
15:24:38.302 Requested module experienced an error while loading - Client - DialogueGraphClient:11
15:24:38.302 Stack Begin - Studio
15:24:38.302 Script 'ReplicatedStorage.PopupIntegrationPackage.lib.DialogueGraph.core.system.DialogueGraphClient', Line 11 - Studio - DialogueGraphClient:11
15:24:38.302 Stack End - Studio
15:24:38.302 Requested module experienced an error while loading - Client - DialogueGraph:18
15:24:38.303 Stack Begin - Studio
15:24:38.303 Script 'ReplicatedStorage.PopupIntegrationPackage.lib.DialogueGraph', Line 18 - Studio - DialogueGraph:18
15:24:38.303 Stack End - Studio
15:24:38.303 Requested module experienced an error while loading - Client - PopupIntegrationPackage:10
15:24:38.303 Stack Begin - Studio
15:24:38.303 Script 'ReplicatedStorage.PopupIntegrationPackage', Line 10 - Studio - PopupIntegrationPackage:10
15:24:38.303 Stack End - Studio
15:24:38.303 Requested module experienced an error while loading - Client - BootstrapperExample:14
15:24:38.303 Stack Begin - Studio
15:24:38.303 Script 'Players.official_envixity.PlayerScripts.SamsClubClient.BootstrapperExample', Line 14 - Studio - BootstrapperExample:14
15:24:38.303 Stack End - Studio

#

and the rest are infinite yields waiting for these first scripts to run and create/move instances around, which will never happen because they are erroring and stopping other scripts from loading and running

#

like just as a starting point, this script isn't running: 'Players.official_envixity.PlayerScripts.PlayerScriptsLoader' which as its name implies probably loads a bunch of your game's scripts. the fact those scripts are not being executed is causing a huge chunk of your infinite yields