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

How would I make an effects GUI?

Asked by 8 years ago

I'm not asking for a request, I just simply want to know how I could do it.

https://www.youtube.com/watch?v=EMf1HnhPfqs -- This menu is what I want try to make.

0
What menu? Do you mean the status bars at the bottom? (Blue red and green things?) Uroxus 350 — 8y
0
No. The smoke intro. MariusAurelius 85 — 8y
0
Oh right. The most simple solution to this I can think of is make a smoke generator and a 'background' block and simply manipulate the player's camera into the position where they can see the smoke until something happens? Uroxus 350 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

To make such a Gui you have the options to do lots of different things. Such as...

You could make many corroutines with loops running in them that change the decal's image I advice you to use the :WaitForChild method to deal with the lag. So basically get a decal of every frame update it to Roblox and get the decal ids for all the decals you could put them in a table or just put them in straight. I would say use a table it's more efficient.

Last time I did that I used a normal while true do loop and just gave it the decal ids with some wait in it. Although if I were you I would use the method I mentioned above.

Thank you for reading and I hope I helped!

~~KingLoneCat

0
Where do you think I could get those kind of decals? MariusAurelius 85 — 8y
0
Just make them yourself or you could get gifs online. KingLoneCat 2642 — 8y
Ad

Answer this question