#Remote Event basic problem (like 3 lines)
1 messages · Page 1 of 1 (latest)
yep
i just made the experience im learning new
fire server
youre telling data to server
and you got .onclientevent
so youre telling server,
and trying to recieve data sent to u
ohh alright
i really dont even know. im just trying to learn it
because there is no FireClient or OnServerEvent
what
u gonna use correct scripts man
fire client and on server event
are server scripts
not local
well do you know any good remote event tutorials? i believe they are useful and i wanna learn them
remotes are for client-server (server-client)
FireClient -> sending data to CLIENT, so u gonna be on server (normal script)
OnServerEvent -> u gonna get data sent to server, you gonna be on server
FireServer -> youre telling server some data, you need to do it on client (local script)
OnClientevent -> data sent from server to you, so localscript
what are remote events used for even?
communication between server and client
lets say u wanna buy an upgrade
in ui
u click, u use remote to tell that to server
as all data should be processed on server except for visuals
hmm dang i really need to learn it then
alright dude thanks for introducing me to it with basic simple instructions and helping me on my error
you also uhh know any roblox studio scripting playlists?
i watched devking it never helped me
brawldev i think thats how one is called
only basic help
he explains these complex stuff right?
then how did you learn it?
just sitting on docs
honestly smart idea im too lazy for those
reading all
alright thanks dude
do you not know what a variable is
😭
and
remote events are for
Client to Server or Server to Client
I watch knineteen19 he doesnt have many videos but he explains well and teaches you good practice, especially with organisation
Bro read the documentation about remoteevents befor you ask how