ROBLOXScriptMakerr

Untitled

Mar 8th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. wait(0.1)
  2. game.Players.LocalPlayer.Character.Pants:Destroy()
  3. game.Players.LocalPlayer.Character.Shirt:Destroy()
  4. local Torso = game.Players.LocalPlayer.Character.Torso
  5. local Part = Instance.new("Part",Torso)
  6. local Decal = Instance.new("Decal",Part)
  7. local Particle = Instance.new("ParticleEmitter",Part)
  8. Particle.Texture = ("rbxassetid://56645175")
  9. Decal.Texture = ("http://www.roblox.com/asset/?id=75420967")
  10. Part.CanCollide = false
  11. Part.Anchored = true
  12. Part.Transparency = 1
  13. while true do
  14. wait(0.1)
  15. Part.Rotation = Torso.Rotation
  16. Part.Position = Torso.Position
  17. end
  18. while true do
  19. wait(1)
  20. local Message = Instance.new("Message",workspace)
  21. Message.Text = ("DON'T LOOK!")
  22. wait(1)
  23. Message:Destroy()
  24. end
Advertisement
Add Comment
Please, Sign In to add comment