Remember me
Forgot Password
Join
Description:
Reloading takes a bit. Message me if you find glitches.
There are no active servers for this place.
Commentary
messageText = "Regenerating..."
message = Instance.new("Message"
Message.Text = messageText
backup = model:clone
while true do
wait(4)
message.Parent = game.Workspace
model:remove()
wait(5)
model = backup:clone()
model.Parent = game.Workspace
model:MakeJoints()
message.Parent = nil
endmodel = game.Workspace.Ragdoll
messageText = "Regenerating..."
message = Instance.new("Message"