Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.1)
- game.Players.LocalPlayer.Character.Pants:Destroy()
- game.Players.LocalPlayer.Character.Shirt:Destroy()
- local Torso = game.Players.LocalPlayer.Character.Torso
- local Part = Instance.new("Part",Torso)
- local Decal = Instance.new("Decal",Part)
- local Particle = Instance.new("ParticleEmitter",Part)
- Particle.Texture = ("rbxassetid://56645175")
- Decal.Texture = ("http://www.roblox.com/asset/?id=75420967")
- Part.CanCollide = false
- Part.Anchored = true
- Part.Transparency = 1
- while true do
- wait(0.1)
- Part.Rotation = Torso.Rotation
- Part.Position = Torso.Position
- end
- while true do
- wait(1)
- local Message = Instance.new("Message",workspace)
- Message.Text = ("DON'T LOOK!")
- wait(1)
- Message:Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment