Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- char = game.Players.LocalPlayer.Character
- char.Archivable = true
- LOL = char.Torso : Clone()
- LOL.Parent = char
- LOL.Transparency = 1
- LOL.Name = "Bob"
- LOL.roblox : destroy()
- Sound = Instance.new("Sound", char.Head)
- Sound.SoundId = "rbxassetid://216897817"
- Sound.Looped = true
- Sound : play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement