I made a minigame place with a minigame in Lighting. The minigame has a script. Will that script actually run in lighting?
Normal scripts (not LocalScripts) will run anywhere under the ServerScriptService or Workspace. LocalScripts will run anywhere under the PlayerGui, Backpack, PlayerScripts, or Character. ModuleScripts do not run on their own, but no matter where they're parented to, when you require them from a script/localscript they will always run.