SHOW:
|
|
- or go back to the newest paste.
1 | --local script just run it X) made by lukezammit-- | |
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://42977807" | |
20 | Img.Size=UDim2.new(0,100,0,100) | |
21 | ------------------------------- | |
22 | --extra addings-- | |
23 | - | local audio =Instance.new("Sound", Workspace.lukezammit.Head) |
23 | + | local audio =Instance.new("Sound", Workspace.pok61111.Head) |
24 | audio.SoundId="rbxassetid://162624061" | |
25 | audio.Looped=true | |
26 | audio:play() | |
27 | audio.Volume=1 |