-
What do you want to achieve?
To make Avenea’s AI Security appear on my game. -
What is the issue?
-
What solutions have you tried so far?
I tried it on an empty baseplate and it works fine on it.
1 Like
Maybe you need to wait for the Instance
to load. If it works in an empty game, the Configuration
probably loads faster since there’s hardly anything in the game; and it may take longer to load since there’s more Instance
s to load in your main game. Try Main_CollisionOff:WaitForChild("Configuration")
instead of Main_CollisionOff.Configuration
, if that’s what you’re doing.
1 Like