Created by kenpath1234
Features:
- AUTO SPIN
local UI = game:GetService("Players").LocalPlayer.PlayerGui.Loading.customization.clan
local Wanted = "Urie" --Put the Kagune / Race you want in here (can be shortened name)
shared.farm = true
while shared.farm do wait()
game:GetService("ReplicatedStorage").Events.RemoteFunction:InvokeServer("Spin")
if string.find(UI.Text, Wanted) or game:GetService("Players").LocalPlayer.data.extra.naturalhh.Value == true then
shared.farm = false
end
end
ENJOY!