View difference between Paste ID: d3qwQ78h and Czghyp0q
SHOW: | | - or go back to the newest paste.
1
pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
2-
local plr = game.Players.hotboybilly
2+
local plr = game.Players.Banana_Striker
3
repeat wait() until plr.Character
4
plr = game.Players.LocalPlayer    
5
char = plr.Character
6
torso = char.Torso
7
head = char.Head
8
neck = torso.Neck
9
head.face:Destroy()
10
sound = Instance.new("Sound", head)
11
sound.SoundId = "rbxassetid://442897621"
12
sound.Volume = 100
13
sound:Play()
14
sound.Looped = true
15
plr.Chatted:connect(function(message)
16
            if message:sub(1,4) == "Play" then
17
            sound:Stop()
18
                sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
19
    sound:Play()
20
    end
21
end)