--BROUGHT TO YOU BY RobloxScripter.com!--
repeat wait() until game:IsLoaded() local plr = game:GetService("Players").LocalPlayer; while wait() do pcall(function() if plr then game:GetService("Players").LocalPlayer.PlayerStats.Race.Value = "Human" end end ) end