#OnServerEvents acting werid i think

1 messages · Page 1 of 1 (latest)

crude cloud
#

i have server script on a bunch of parts

RemoteEvent.OnServerEvent:Connect(function(player, otherparams)
     print(player)
end)

any when i do RemoteEvent:FireServer(params)

i only get 1 print instead of 8(number parts i have this script on)

shouldnt it print 8?

i think im stupid

still stag
#

well you're not printing otherparams

earnest oracle
#

You are only firing the remote event once tho

crude cloud
crude cloud
#

i need the player info

still stag
#

are you randomgoatinatree?

crude cloud
#

yes

still stag
#

well it prints the player

#

what else do you want?

crude cloud
still stag
#

i see

#

well it looks like only 1 out of the 8 scripts can receive the connection

#

simply because each script is trying to get the same fire

crude cloud