View difference between Paste ID: khEt6ugV and vbe9j8Bz
SHOW: | | - or go back to the newest paste.
1
gui1=Instance.new("BillboardGui")
2
gui1.Parent = game.Players.LocalPlayer.Character.Head
3
gui1.Adornee = game.Players.LocalPlayer.Character.Head
4
gui1.Size=UDim2.new(2.5,0,2.5,0)
5
gui1.StudsOffset=Vector3.new(0,0.2,0)
6
gui1.AlwaysOnTop = true
7
text1=Instance.new("ImageLabel")
8-
text1.Image = "http://www.roblox.com/asset/?id=906541849" --
8+
text1.Image = "rbxassetid://906541839" --
9
text1.Size=UDim2.new(1,0,1,0)
10
text1.Position=UDim2.new(0,0,0,0)
11
text1.BackgroundTransparency = 1
12
text1.Parent=gui1
13
game.Players.LocalPlayer.Character.Head.Transparency = 1
14
sound = Instance.new("Sound")
15
sound.Name = "Thamas"
16-
sound.SoundId = "rbxassestid://395091710"
16+
sound.SoundId = "rbxassetid://395091710"
17
sound.Parent = game.Workspace
18
sound:Play()