Loading...

Galleons (2012)

Game Info

Galleons (2012)
Client 2011
Created by AronYstad
Visits 0
Created Feb 23 '22
Updated Mar 1 '22

You must be logged in to join this game.

0 players online.

Rate

Your rate:
Total: 5 (2 rates)

Description:

Reloading takes a bit. Message me if you find glitches.


Commentary

TheretroGamer
Feb 24 '22
model = game.Workspace.Ragdoll
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
end
model = game.Workspace.Ragdoll
messageText = "Regenerating..."

message = Instance.new("Message"See more
er1and
Feb 25 '22
cannons are fucking buggy smh
You need to sign in to comment