MADE BY Whoknows1
FEATURE:
- AUTO YOYO
- .
- https://www.roblox.com/games/7606302010/NEW-YoYo-Simulator
SCRIPT:
getgenv().autoYoYo = true --true is on false is off
while autoYoYo and task.wait() do
local ohString1 = "Blue Yo-Yo" --put the name of your YoYo here
game:GetService("ReplicatedStorage").GameEvents.ToolEvents.ToolEvent:FireServer(ohString1)
end