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

How can on-click of this image button, the handle turns a certain color?

Asked by 8 years ago

I've tried this so many times, and I've gotten this far. I just want to make it where, on a GUI you click a color then it turns your suitcase (named Handle) that certain color.

Help!!

function Blue()
    when Blue(clicked)
    then Handle.color3 = "Electric Blue"
end
0
when isnt a thing. theCJarmy7 1293 — 8y

1 answer

Log in to vote
2
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
8 years ago

Um, this isn't scripting.. I appreciate your attempt, but I believe you need to learn the basics of scripting. The Wiki's tutorial is a great source, or you can check various YouTubers' scripting tutorials. You don't have the knowledge yet to make this form of script, and we'd prefer if you'd learn.

Ad

Answer this question