Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- L = game.Players.memberhero.Character
- M = Instance.new("Message")
- M.Parent = game.Workspace
- M.Text = "hey noobs its godzilla?"
- wait(3)
- L.Torso.Size = Vector3.new(100,100,100)
- L.Head.Size = Vector3.new(90,90,90)
- L.Torso.BrickColor = BrickColor.new(141)
- L.Head.BrickColor = BrickColor.new(141)
- L.Head.face.Texture = "http://www.roblox.com/asset/?version=1&id=1085435"
- L.Head.Mesh:remove()
- M.Text = "O MY GOD GODZILLA IS BACK!"
- wait(20)
- game.Workspace.Message:remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement