AA122294

Untitled

May 9th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. gui.Name = "executor"
  2. gui.Parent = game.CoreGui
  3.  
  4. local lel = Instance.new("ImageLabel")
  5. lel.Size = UDim2.new(0.0, 100, 0.0, 100)
  6. lel.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0)
  7. lel.BackgroundColor3 = Color3.new(0, 0, 0)
  8. lel.ImageColor3 = Color3.new(1, 1, 1)
  9. lel.Image = "rbxassetid://119587163766763"
  10. lel.ImageTransparency = 0
  11. lel.Parent = gui
  12.  
  13. lel.BackgroundTransparency = 1
  14.  
  15. local Ring = Instance.new("ImageLabel")
  16. Ring.Size = UDim2.new(1.0, 0, 1.0, 0)
  17. Ring.Position = UDim2.new(0.0, 0, 0.0, 0)
  18. Ring.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Ring.ImageColor3 = Color3.new(1, 1, 1)
  20. Ring.Image = "rbxassetid://"
  21. Ring.ImageTransparency = 0
  22. Ring.Parent = lel
  23.  
  24. Ring.BackgroundTransparency = 1
  25.  
  26. local Orbit = Instance.new("ImageLabel")
  27. Orbit.Size = UDim2.new(0.0, 21, 0.0, 21)
  28. Orbit.Position = UDim2.new(0.0, 0, 0.0, 10)
  29. Orbit.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Orbit.ImageColor3 = Color3.new(1, 1, 1)
  31. Orbit.Image = "rbxassetid://"
  32. Orbit.ImageTransparency = 0
  33. Orbit.Parent = Ring
  34.  
  35. Orbit.BackgroundTransparency = 1
  36.  
  37. lel:TweenPosition(UDim2.new(0.458, 0, 0.408, 0), "Out", "Linear", 0.4, false)
  38. wait(3)
  39. lel:TweenPosition(UDim2.new(0.0, 9, 0.0, 190), "Out", "Sine", 0.7, false)
  40.  
  41. while wait() do
  42. Ring.Rotation = Ring.Rotation + 1
  43. Orbit.Rotation = Orbit.Rotation - 1
  44. end
Advertisement
Add Comment
Please, Sign In to add comment