if(string.sub(msg:lower(),1,5) == "mode:") then
mode = string.sub(msg:lower(), 6)
end
if msg == "on" then
beamer.Transparency = 0.5
local cd = Instance.new("CylinderMesh")
cd.Parent = beamer
end
if msg == "off" then
beamer.Transparency = 1
end
if msg == "reset" then
player.Character:BreakJoints()
end
if(string.sub(msg:lower(),1,6) == "color:") then
color = string.sub(msg,7)
local h = Instance.new("Hint")
h.Parent = player
h.Text = "Color changed to "..color.."..."
brick.BrickColor = BrickColor.new(color)
wait(2)
h:Remove()
end
if msg == "fix" then
player.Character.Torso.CFrame = CFrame.new(0,10,0)
end
All wrote by a 9 year old. In fact, *drumroll*, THIS POST WAS WROTE BY HIM!
In fact, THIS BLOG WAS MADE BY HIM!
No comments:
Post a Comment