Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Thanks To HessaFTW And His Slave BlueHunter
- --Hessa Is the one that made this compalation
- --BlueHunter was the test subject
- --Have eny scripts that arent in here send them to HessaFTW and he will test and put in for next update
- local char = game.Players.LocalPlayer.Character
- for i,v in pairs(char.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(char.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- local datboi = Instance.new('SpecialMesh', char.Torso)
- datboi.MeshType = 'FileMesh'
- datboi.MeshId = 'http://www.roblox.com/asset/?id=430095888'
- datboi.TextureId = 'http://www.roblox.com/asset/?id=171886325'
- datboi.Scale = Vector3.new(0.01, 0.01, 0.01)
- char.Head.Transparency = 1
- char['Left Arm'].Transparency = 1
- char['Right Arm'].Transparency = 1
- char['Left Leg'].Transparency = 1
- char['Right Leg'].Transparency = 1
- --Here Come that boy
Add Comment
Please, Sign In to add comment