Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Character = script.Parent
- local Player = game:GetService("Players"):GetPlayerFromCharacter(Character)
- local Humanoid = Character:FindFirstChild("Humanoid")
- if Humanoid then
- if Humanoid.RigType == Enum.HumanoidRigType.R15 then
- Humanoid.RigType = Enum.HumanoidRigType.R6
- Player:LoadCharacter()
- task.wait(.5)
- script:Destroy()
- else
- script:Destroy()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement