SHOW:
|
|
- or go back to the newest paste.
1 | local one = "rbxassetid://709106173" | |
2 | local two = "rbxassetid://709106062" | |
3 | - | local hee=Instance.new("BillboardGui",game.Workspace.Qaeo.Head) |
3 | + | local hee=Instance.new("BillboardGui",game.Workspace.Doodlez413.Head) |
4 | hee.Size=UDim2.new(10,0,10,0) | |
5 | hee.StudsOffset = Vector3.new(0,6.5,0) | |
6 | local Frame = Instance.new("ImageLabel",hee) | |
7 | Frame.Position = UDim2.new(.25,0,.3,0) | |
8 | Frame.Size = UDim2.new(.5,0,.5,0) | |
9 | while true do | |
10 | wait(3) | |
11 | Frame.Image = one | |
12 | wait(3) | |
13 | Frame.Image = two | |
14 | end |