while true do
wait(Howmuchtimeuntilmapregens)
game.Workspace.Map:remove()
wait()
game.Lighting.Map:clone().Parent = game.Workspace
end
You did not ask for it, but I gave it to you anyway. Replace Map with whatever the name of the model is, and move one copy into the lighting, while the other is in the Workspace. |