Advertisement
QendrimGraphics

Lol Head Script

Apr 2nd, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | None | 0 0
  1. --local script just run it X) made by LuaScripterLS--
  2. --locals)- no need to re edit the local player :)--
  3. local Player = game.Players.LocalPlayer
  4. local Head = Player.Character.Head
  5. local Gui = Instance.new("BillboardGui", Head)
  6. local Img = Instance.new("ImageLabel", Gui)
  7. --[[Notes:
  8.     Udim2 for sizing
  9.     img=46620499
  10. --]]
  11. --Properties--
  12. Gui.Active=true
  13. Gui.AlwaysOnTop=true
  14. Gui.Enabled=true
  15. Gui.Size=UDim2.new(0,100,0,100)
  16. -------------------------------
  17. Img.Active=true
  18. Img.BackgroundTransparency=1
  19. Img.Image="rbxassetid://46620499"
  20. Img.Size=UDim2.new(0,100,0,100)
  21. -------------------------------
  22. --extra addings--
  23. local audio =Instance.new("Sound", Workspace.LuaScripterLS.Head)
  24. audio.SoundId="rbxassetid://131088096"
  25. audio.Looped=true
  26. audio:play()
  27. audio.Volume=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement