#Remote events

1 messages · Page 1 of 1 (latest)

ocean berry
#

Hello, I’m trying to use a remote event, and it has mostly been fine with FireClient and FireServer, but for some reason one time it doesn’t seem to be working at all, and I am confused and would appreciate help. Thanks.

unborn dagger
#

Oh yeah makes sense go to line 41 and remove it that should help 😊

ocean berry
#

I can supply code if you want I just didn’t want to do it prematurely

unborn dagger
#

do it

ocean berry
#

Ok

#

Sorry I have to take screenshots I think

#

Here's the local script; let me know if you want any of the collapsed code I just wanted to save on space

#

And here is the server script

#

When I run it, the "?", ">", my player's name, "#", and "!" all get printed, but the "^" does not

unborn dagger
#

ok bro first off

#

many things wrong

#

first off ur doing OnClientEvent and OnServerEvent

#

Your suppose to either do FireServer

#

Or do FireClient

#

and when u do fireclient() ur suppose to pass in the player instance @ocean berry

#

ping me when u get the message

ocean berry
#

@unborn dagger

#

There are some times where it does FireServer between lines 29 and 110 on the local script, if you want to see those let me know

unborn dagger
#

yes show

#

@ocean berry

ocean berry
#

Ok np I’ll get it soon

#

Ok I did get rid of some spaces between lines trying to make stuff fit better in pictures but I had to zoom out anyway to fit all the horizontal text, but here is the local script minus a list of colors near the beginning I closed

unborn dagger
#

just show the part thats erroring

ocean berry
#

Well I don't think I really get any errors in the output but it's just that line 68 in the server script gets skipped over

unborn dagger
#

show server line 68

ocean berry
unborn dagger
ocean berry
#

“?” and “>” are at lines 92 and 95 respectively in the local script