#help
1 messages · Page 1 of 1 (latest)
** You are now Level 6! **
for my system i did a remote event on player added
does that work for ui?
uh on the script where you load the data you can use a remote event to fire the client and change the GUI text
can you show me
yea but im using a framework so it can be pretty different from yours
and it is a shop system where when you join the items you bought will appear "bought" instead of "purchase"
first on the playerAdded event where you load your coins,multiplier and clicks data
you will fire a remoteEvent
oh
and then on the local script
you will change what you want to
here all the bought items will change the text to "bought"
this is what i need i think
do you know how to use remote events?
uh well
remote events are like
to connect server and client or client and server
connect server script to local script or local script to server script
so do i copy your script and change some stuff
data stores only work on server scripts and you cant change the GUI on a server script
and this is when you use Remote Events
oh
i highly recommend you watch a tutorial for them
because they are extremly important
and they are kinda easy
to undersrtand
understand*
did you watched any scripting playlist tutorial already?
you can see how remote events work with this video
PATREON🎁
Get Access to My Scripts + More Perks by Becoming a Patreon Member!
https://www.patreon.com/BrawlDev
DISCORD 📜
Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
https://discord.gg/WC6kPu5W5P
ADVANCED ROBLOX SCRIPTING SERIES 🔴
https://www.youtube.com/playlist?list=PLQ1Qd...
or if you prefer
reading the roblox API
but for your script
you woulda need use a remote event that will send the coins.value, multiplier.value and clicks.value to the client
and on the client you will change the GUI to their values
i think remote events will be a little hard to understand on the start but you will get used to them
they are also extremly important to security against exploiters
if you really new to script i highly recommend you watching the brawldev playlist
his explanation is very good
i watched that when i first started
but its kinda bad when im tryna make my own scripts
that also happened with me when i started, you just need to dont give up and still try
and sometime you will get very good
i fixed it
i gave so many times from no motivation
i really wanna try again
and actually get good