Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local one = "rbxassetid://709106173"
- local two = "rbxassetid://709106062"
- local hee=Instance.new("BillboardGui",game.Workspace.Qaeo.Head)
- hee.Size=UDim2.new(10,0,10,0)
- hee.StudsOffset = Vector3.new(0,6.5,0)
- local Frame = Instance.new("ImageLabel",hee)
- Frame.Position = UDim2.new(.25,0,.3,0)
- Frame.Size = UDim2.new(.5,0,.5,0)
- while true do
- wait(3)
- Frame.Image = one
- wait(3)
- Frame.Image = two
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement