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

onServerEvent can be triggered only on server?

Asked by 8 years ago

Basiclly i've got a fireball code and whenever i test it on studio it works. But when i try to use it on my freaking place it wont work. I've made a fireball script,i use the Instance.new and Clone: functions. It keeps saying OnServerEvent can only be used on servers and OnServerInvoke can only be implented on server. Please help,if you know the answer,ill send you the script.

0
You've got it the other way around my man, check this out: https://www.youtube.com/watch?v=4Dc_bri9mjs ScriptGuider 5640 — 8y
0
I've got a video on RemoteFunctions too: https://www.youtube.com/watch?v=8XL2TKEey_8 ScriptGuider 5640 — 8y
0
so i need to use onServerEvent in order to make my fireball script work? kristibezatlliu1111 33 — 8y
0
OnServerEvent in a regular script, OnClientEvent in Local. FireServer in Local, FireClient on Server. User#11440 120 — 8y

Answer this question