Gokussjg

Untitled

May 12th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. L = game.Players.peyquinn.Character
  2. M = Instance.new("Message")
  3. M.Parent = game.Workspace
  4. M.Text = "Can you hear that?"
  5. wait(3)
  6. L.Torso.Size = Vector3.new(100,100,100)
  7. L.Head.Size = Vector3.new(90,90,90)
  8. L.Torso.BrickColor = BrickColor.new(141)
  9. L.Head.BrickColor = BrickColor.new(141)
  10. L.Head.face.Texture = "http://www.roblox.com/asset/?version=1&id=1085435"
  11. L.Head.Mesh:remove()
  12. M.Text = "MESSAGE HERE, EXAMPLE : OH NO ITS NOOBZILLA!"
  13. wait(4)
  14. game.Workspace.Message:remove()
Add Comment
Please, Sign In to add comment