Rival Ducks

Command Palette

Search for a command to run...

fantisy land (new regen script)

Tracked since 2026-08-23by zharrrhen

PlayOpen on Roblox
Performance
Profile

Concurrent players

Metrics over time

About & history

About

idea of regen script: model = game.Workspace.TOWER2--put modle name here backup = model:clone() while true do wait(65) -- change the time (in seconds) model:remove() model = backup:clone() model.Parent = game.Workspace model:makeJoints() end