Advertisement
doodlez973

Untitled

Apr 10th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local one = "rbxassetid://709106173"
  2. local two = "rbxassetid://709106062"
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement