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

Can someone please answer this scripting question for me , about infromation? [closed]

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

My question is I have worked with making sound for my game but I've ' used a turtioal example code to put the code in my game . But I was wondering what should I be studying in the wiki I'm new to scripting but I know about variables I think . Should I study functions , strings , loops and how do I keep it in my brain I don't want to be a copy and paster . PS : I'm trying to work with gui's really soon to make a loading screen with play buttons and etc. What should I learn before it .

0
Sound GUI's are fairly easy. One way is using string manipulation to let the player pick their own ROBLOX Audio song to play. To do what you're doing, you could change change the ID's or clone already existing Sounds into the playergui(Personal music) or for everyone. alphawolvess 1784 — 9y

Locked by Goulstem, NinjoOnline, and woodengop

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
parkderp1 105
9 years ago

To learn how to put sound in a game and play it use this:

http://wiki.roblox.com/index.php?title=Sounds

For making guis look at these:

http://wiki.roblox.com/index.php?title=Beginner%27s_GUI_Tutorial

And for a little later, look at this (keep in mind it's a bit advanced)

http://wiki.roblox.com/index.php?title=Tweening

0
Please accept my answer if you feel it properly answered your question. :) parkderp1 105 — 9y
Ad