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

:FireServer() doesnt return anything?

Asked by
NEILASc 84
2 years ago

it doesnt return a error of some sort. it skips the line of code. anyone help?

game:GetService("ReplicatedStorage").Server_ClientTalking:FireServer(level.Text.ClickDetector.Text.Value,level.Text.ClickDetector.ID.Value)

1 answer

Log in to vote
1
Answered by
DevNetx 250 Moderation Voter
2 years ago

FireServer returns void. If you want the server to return a value, you should be using a RemoteFunction instead, with :InvokeServer().

Ad

Answer this question