--Inf Wins
while true do
game:GetService("ReplicatedStorage").Remotes.Race.RacePrepare:InvokeServer()
local args = {
[1] = 1.7099999999996598
}
game:GetService("ReplicatedStorage").Remotes.Race.RaceEnd:InvokeServer(unpack(args))
local args = {
[1] = true,
[2] = 2,
[3] = 1
}
game:GetService("ReplicatedStorage").Remotes.Race.RaceReward:FireServer(unpack(args))
wait(0.01)
end
--Inf Speed
while true do
local args = {
[1] = "13"
}
game:GetService("ReplicatedStorage").Remotes.Train.AddSpeed:FireServer(unpack(args))
wait(0.01)
end