Avenea's AI Security Disappear in-game

  1. What do you want to achieve?
    To make Avenea’s AI Security appear on my game.

  2. What is the issue?

  3. 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 Instances 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