Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pchar = game.Players.LocalPlayer.Character
- for i,v in pairs(pchar.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(pchar:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(pchar.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- local moonman = Instance.new('SpecialMesh', pchar.Torso)
- moonman.MeshType = 'FileMesh'
- moonman.MeshId = 'http://www.roblox.com/asset/?id=23265118'
- moonman.TextureId = 'http://www.roblox.com/asset/?id=23265095'
- moonman.Scale = Vector3.new(4, 4, 4)
- moonman.Offset = Vector3.new(0,4,0)
- pchar.Head.Transparency = 1
- pchar['Left Arm'].Transparency = 1
- pchar['Right Arm'].Transparency = 1
- pchar['Left Leg'].Transparency = 1
- pchar['Right Leg'].Transparency = 1
- Instance.new("Sky", game.Lighting)
- KYS = game.Lighting.Sky
- KYS.SkyboxBk = "http://roblox.com/asset/?id=429536766"
- KYS.SkyboxDn = "http://roblox.com/asset/?id=429536766"
- KYS.SkyboxFt = "http://roblox.com/asset/?id=429536766"
- KYS.SkyboxLf = "http://roblox.com/asset/?id=429536766"
- KYS.SkyboxRt = "http://roblox.com/asset/?id=429536766"
- KYS.SkyboxUp = "http://roblox.com/asset/?id=429536766"
Add Comment
Please, Sign In to add comment