Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --local script just run it X) made by lukezammit--
- --locals)- no need to re edit the local player :)--
- local Player = game.Players.LocalPlayer
- local Head = Player.Character.Head
- local Gui = Instance.new("BillboardGui", Head)
- local Img = Instance.new("ImageLabel", Gui)
- --[[Notes:
- Udim2 for sizing
- img=46620499
- --]]
- --Properties--
- Gui.Active=true
- Gui.AlwaysOnTop=true
- Gui.Enabled=true
- Gui.Size=UDim2.new(0,100,0,100)
- -------------------------------
- Img.Active=true
- Img.BackgroundTransparency=1
- Img.Image="rbxassetid://190252756"
- Img.Size=UDim2.new(0,100,0,100)
- -------------------------------
- --extra addings--
- local audio =Instance.new("Sound", Workspace.lukezammit.Head)
- audio.SoundId="rbxassetid://185993653"
- audio.Looped=true
- audio:play()
- audio.Volume=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement