Thank you for using our website
Your script:
--https://rbscripts.com
_G.Race = true
local ohString1 = "\255"
game:GetService("Players").LocalPlayer.PlayerGui.MainUI.LocalScript.Clothes:FireServer(ohString1)
wait(1)
while _G.Race and game:GetService("Players").LocalPlayer.Data.RaceSpins.Value > 0 do
wait(0.2)
local race = game:GetService("Players").LocalPlayer.Data.Race.Value
if race == "Curse" or race == "Royal Demon" or race == "Deity" or race == "Royal Fairy" or race == "Royal Vampire" or race == "Reaper" then
warn("got it", race)
_G.Race = false
else
local ohInstance1 = game:GetService("Players").LocalPlayer.PlayerGui.MainUI.Contents.RaceMagic
game:GetService("Players").LocalPlayer.PlayerGui.MainUI.LocalScript.RaceSpin:FireServer(ohInstance1)
wait(0.8)
local race = game:GetService("Players").LocalPlayer.Data.Race.Value
print(race)
end
wait()
end