Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gui1=Instance.new("BillboardGui")
- gui1.Parent= game.Workspace.RubikzCube.Head
- gui1.Adornee= game.Workspace.RubikzCube.Head
- gui1.Size=UDim2.new(2.5,0,2.5,0)
- gui1.StudsOffset=Vector3.new(0,0,0)
- gui1.AlwaysOnTop = true
- text1=Instance.new("ImageLabel")
- text1.Image = "http://www.roblox.com/asset/?id=376648565" --[[Face Image Source (If you wish to change the face to a different decal put it in there]]
- text1.Size=UDim2.new(1,0,1,0)
- text1.Position=UDim2.new(0,0,0,0)
- text1.BackgroundTransparency = 1
- text1.Parent=gui1
- game.Workspace:InsertContent("http://www.roblox.com/asset/?id=30354481")
- music = Instance.new("Sound", Character)
- music.SoundId = "http://www.roblox.com/asset/?id=358598989"
- music.Volume = 10
- music.Looped = true
- wait(0.1)
- music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement