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

How To Make Screen Gui Morph Buttons?

Asked by 5 years ago

I'm trying to make a super smash bros game and put character buttons so when you click the character you become him and fight the others! no youtube tutorials work

0
youtube tutorials r bad User#24403 69 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Hi Frosty! I'm going to assume you know some knowledge of Lua when posting this answer. The easiest thing to do is when you click on the gui to send a call to the server via a RemoteEvent

Once you send a call through the RemoteEvent you can have the server listen for a call on that RemoteEvent and form there you can do the morphing as needed.

If you're new to lua I suggust you explore around the new Roblox Developer Website which can be found here: https://developer.roblox.com/

Best of luck, helperobc

Ad

Answer this question