Advertisement
UhhLegoboy

Heyayaya...

Mar 7th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. wait(0)
  2. char = game.Players.LocalPlayer.Character
  3. char.Archivable = true
  4. LOL = char.Torso : Clone()
  5. LOL.Parent = char
  6. LOL.Transparency = 1
  7. LOL.Name = "Bob"
  8. LOL.roblox : destroy()
  9. Sound = Instance.new("Sound", char.Head)
  10. Sound.SoundId = "rbxassetid://216897817"
  11. Sound.Looped = true
  12. Sound : play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement