How can I make a script check for a PlaceID if it's the placeid it will run the script?
I will help as much I can.
Step 1: Make a ModuleScript, and rename it to MainModule
Step 2: Inside the ModuleScript replace everything with the code you want to use, and upload it to Roblox. ( so say the code was : )
if game.PlaceId == 0000 then print("RIGHT ID") end
Step 3: Get the ID of the Model and do: require(IDofModel)
Please Accept my Answer if this Helped! :D