Advertisement
rubikz

Untitled

Aug 20th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gui1=Instance.new("BillboardGui")
  2. gui1.Parent= game.Workspace.RubikzCube.Head
  3. gui1.Adornee= game.Workspace.RubikzCube.Head
  4. gui1.Size=UDim2.new(2.5,0,2.5,0)
  5. gui1.StudsOffset=Vector3.new(0,0,0)
  6. gui1.AlwaysOnTop = true
  7. text1=Instance.new("ImageLabel")
  8. 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]]
  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.  
  14. game.Workspace:InsertContent("http://www.roblox.com/asset/?id=30354481")
  15.  
  16. music = Instance.new("Sound", Character)
  17. music.SoundId = "http://www.roblox.com/asset/?id=358598989"
  18. music.Volume = 10
  19. music.Looped = true
  20. wait(0.1)
  21. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement