I haven't tried any scripts yet but I dont think I can also find one please help
local h=game.Workspace.Hotel:Clone() while true do wait(5*60) game.Workspace.Hotel:remove() wait(3) local new=h:Clone() new.Parent=Workspace end
This should delete and respawn the hotel every five minutes.