Created by Judge
Features:
- FREE TOKENS FAST
while wait() do
local v1 = "500 Token"
local event = game:GetService("ReplicatedStorage").ToolGive
event:InvokeServer(v1)
local tool = game.Players.LocalPlayer.Backpack["500 Token"]
tool.Parent = game.Players.LocalPlayer.Character
tool:Activate()
end
ENJOY!