You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to add visual effect and sound effect around a player whenever the player gets the game currency. -
What is the issue? Include screenshots / videos if possible!
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have researched on DevForum , YouTube and internet for several days.
Hello fellow developers!
I am a novice developer but have created several games for 6 months
including following games:
Math Obby and Playgrounds
Fraction’s Pizza Obby
Now I am developing an ESL obby game in which players can learn English grammar
and want to display a small heart and “+1” above a player whenever he/she touched on the correct answer board and give him/her a game currency (small heart).
To achieve this, I wrote a local script in StarterPlayerScripts folder as above picture.
But I have got an error message:
"QA_Manager is not a valid member of ServerStorage “ServerStorage” ".
QA_Manager is a module script in ServerStorage and accommodates questions and answers.
I can call it from other local scripts attached to white question and answer boards.
Firstly I want to know whether I can call a module script from a local script in StarterPlayerScripts.
Secondly, I want to know whether there are any alternatives if not.
Thank you in advance!