get paid to paste

Weak Legacy Script | QUICK CLAN SPIN

local player = game:GetService("Players").LocalPlayer
local args = {
   [1] = "Spin_Race"
}
local character_RE = game:GetService("ReplicatedStorage"):WaitForChild("SharedFramework"):WaitForChild("Network"):WaitForChild("Remotes"):WaitForChild("Character_RE")

while player.Data.Clan.Value ~= "Kamado" do -- DESIRED CLAN HERE
   character_RE:FireServer(unpack(args))
   wait(0.1)
end

Pasted: Jun 23, 2023, 10:24:00 pm
Views: 230