Advertisement
Owen007

Untitled

May 30th, 2022
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. getgenv().on = true; -- change to false to disable
  2. while getgenv().on == true do
  3. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Collectables.CoinBoost.Weight.CFrame
  4. print("This code is running.")
  5. game:GetService("RunService").Heartbeat:wait();
  6. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement