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

How I can make a morph script change packages?

Asked by
PMBO8 2
6 years ago
Edited 6 years ago

How I can make this script change my character packages?, It changes the morph character but when I press the button, just change clothes body colors, etc, except the package

Is a script from a free model, Oof

01script.Parent.BrickColor = BrickColor.new("Bright yellow")
02 
03function onTouch(hit)
04    if (Lock == nil) then
05        Lock = true
06        script.Parent.BrickColor = BrickColor.new("Medium stone grey")
07 
08        CanMorph = nil
09        BodyParts = hit.Parent:GetChildren()
10        for i,b in pairs(BodyParts) do
11            if (b.className == "Humanoid") then
12                CanMorph = true
13            end
14            wait(0.1)
15        end
View all 95 lines...
0
Either it's me or I can't quite understand your question, could you rephrase? User#25448 0 — 6y
0
Sure PMBO8 2 — 6y
0
Is there any errors that get printed in output when you run the script? If so, provide them, this script looks very messy. Cvieyra2test 176 — 6y
0
Because this morph script is meant for R6, so if you have a R15 and interacting with it, it will error. Cvieyra2test 176 — 6y
View all comments (3 more)
0
There no problem, but even with that Package "Video animations", it not works PMBO8 2 — 6y
0
How I can make it R15? PMBO8 2 — 6y
0
You'd have to reprogram a lot of it -- even stuff I don't know, if you wanna make it R15. There is people who have made such, but I don't know where. Cvieyra2test 176 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

I found a package giver that is compatible for R6 & R15, supposedly.

I haven't used it, so you can attempt to try it.

https://www.roblox.com/library/544389456/R6-R15-Compatible-Package-Giver

All I can say is good luck.

0
Thanks pal PMBO8 2 — 6y
0
No problemo, I actually discovered I had used it before. Cvieyra2test 176 — 6y
0
Another question, it haves aphelion package, but how I make with another packages?, the PackageID seems work weird PMBO8 2 — 6y
0
If you read it again, ¡It works!, but the ID was weird, the ID shows less a second but when pages loads, change again, thanks again anyways PMBO8 2 — 6y
Ad

Answer this question