Fancyscript69

735694

May 17th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | Gaming | 0 0
  1. local Babuzina
  2.  
  3. local SG = Instance.new("ScreenGui", game.CoreGui)
  4. local FM = Instance.new("Frame", SG)
  5. local Rush = Instance.new("TextButton", FM)
  6. local Ambush = Instance.new("TextButton", FM)
  7.  
  8. SG.Name = "FraziGui"
  9.  
  10. FM.Name = "sksk"
  11. FM.Draggable = true
  12. FM.Active = true
  13. FM.Size = UDim2.new(0,120,0,80)
  14. FM.Position = UDim2.new(0.5,0,0.2)
  15.  
  16. Rush.Size = UDim2.new(0,60,0,40)
  17. Rush.Position = UDim2.new(0,0,0,40)
  18. Rush.MouseButton1Click:Connect(function()
  19.  
  20. Babuzina = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  21.  
  22. end)
  23.  
  24. Ambush.Size = UDim2.new(0,60,0,40)
  25. Ambush.Position = UDim2.new(0,60,0,40)
  26. Ambush.MouseButton1Click:Connect(function()
  27.  
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Babuzina)
  29.  
  30. end)
Add Comment
Please, Sign In to add comment