Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- become a Robloxian 2.0 body lolollol
- function givepackage(plr)
- for i, charactermesh in pairs(workspace[plr]:GetChildren()) do
- if charactermesh:IsA"CharacterMesh" then
- charactermesh:Destroy()
- end
- end
- workspace[plr].Head.Mesh.MeshType = "Head"
- local larm = Instance.new("CharacterMesh", workspace[plr])
- local lleg = Instance.new("CharacterMesh", workspace[plr])
- local rarm = Instance.new("CharacterMesh", workspace[plr])
- local rleg = Instance.new("CharacterMesh", workspace[plr])
- local torso = Instance.new("CharacterMesh", workspace[plr])
- larm.BodyPart = "LeftArm"
- lleg.BodyPart = "LeftLeg"
- rarm.BodyPart = "RightArm"
- rleg.BodyPart = "RightLeg"
- torso.BodyPart = "Torso"
- larm.MeshId = "27111419"
- lleg.MeshId = "27111857"
- rarm.MeshId = "27111864"
- rleg.MeshId = "27111882"
- torso.MeshId = "27111894"
- larm.Name = "Roblox 2.0 Left Arm"
- lleg.Name = "Roblox 2.0 Left Leg"
- rarm.Name = "Roblox 2.0 Right Arm"
- rleg.Name = "Roblox 2.0 Right Leg"
- torso.Name = "Roblox 2.0 Torso"
- end
- wait()
- givepackage("OPTUMUSMEGA2009")
- print("script loaded, made by RyanDaCoder - Pastebin, Charlie The Charlie#3227 - Discord")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement