Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I change packages on R15?

Asked by 7 years ago
Edited 7 years ago

I'm making a game and I need the package to be 1.0 but this code isn't working

char.UpperTorso.MeshId = "http://www.roblox.com/asset/?id=532220007"
        char.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=532220031"
        char.RightUpperArm.MeshId = "http://www.roblox.com/asset/?id=532220004"
        char.RightLowerLeg.MeshId = "http://www.roblox.com/asset/?id=532220027"
        char.RightLowerArm.MeshId = "http://www.roblox.com/asset/?id=532219999"
        char.RightHand.MeshId = "http://www.roblox.com/asset/?id=532219997"
        char.RightFoot.MeshId = "http://www.roblox.com/asset/?id=532220020"
        char.LowerTorso.MeshId = "http://www.roblox.com/asset/?id=532220036"
        char.LeftUpperLeg.MeshId = "http://www.roblox.com/asset/?id=532220018"
        char.LeftUpperArm.MeshId = "http://www.roblox.com/asset/?id=532219996"
        char.LeftLowerLeg.MeshId = "http://www.roblox.com/asset/?id=532220017"
        char.LeftLowerArm.MeshId = "http://www.roblox.com/asset/?id=532219991"
        char.LeftHand.MeshId = "http://www.roblox.com/asset/?id=532219986"
        char.LeftFoot.MeshId = "http://www.roblox.com/asset/?id=532220012"
0
Ermm, are you aware most of assets ends with "?" superalp1111 662 — 7y
0
i just copied them from an r15 model without any packages supermanswaqq 65 — 7y

Answer this question