Advertisement
TheUnknownDiscord

vibe check

Sep 9th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. part1 = Instance.new("Part", owner.Character)
  2. part1.Size = Vector3.new(10,10,1)
  3. part1.Anchored = true
  4. part1.Position = Vector3.new(5,5,5)
  5. local screengui = Instance.new("SurfaceGui", part1)
  6. screengui.Name = "Hud2"
  7. screengui.Face = Enum.NormalId.Front
  8. local frame = Instance.new("ImageLabel", screengui)
  9. frame.BackgroundTransparency = 1
  10. frame.Image = "http://www.roblox.com/asset/?id=4653948695"
  11. frame.Size = UDim2.new(1,0,1,0)
  12. frame.Position = UDim2.new(0,0,0,0)
  13. screengui.AlwaysOnTop = true
  14. while true do
  15. frame.Image = "http://www.roblox.com/asset/?id=4653948695"
  16. wait(0.6)
  17. frame.Image = "http://www.roblox.com/asset/?id=4504804112"
  18. wait(2)
  19. frame.Image = "http://www.roblox.com/asset/?id=4653948695"
  20. wait(1)
  21. frame.Image = "http://www.roblox.com/asset/?id=4504804112"
  22. wait(1)
  23. frame.Image = "http://www.roblox.com/asset/?id=4653948695"
  24. wait(0.1)
  25. frame.Image = "http://www.roblox.com/asset/?id=4504804112"
  26. wait(1)
  27. frame.Image = "http://www.roblox.com/asset/?id=4653948695"
  28. wait(0.4)
  29. frame.Image = "http://www.roblox.com/asset/?id=4504804112"
  30. wait(2)
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement