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

Help with Rejected Output?

Asked by 9 years ago

Inside LocalScript in StarterGui

wait(5)
local player = game.Players.LocalPlayer
while true do
game.Workspace.Workspace.UploadScore:InvokeServer()
wait(60)
end

13:56:08.780 - Request rejected 13:56:08.781 - Script 'Players.Player1.PlayerGui.PutThisInPlayerGui', Line 4 Help with this. I don't know why this was rejected? It dosent seem to say anything else but this. Please help.

The UploadScore is a RemoteFunction

0
Have you set-up the corresponding OnServerInvoke event in a normal Script? BlueTaslem 18071 — 9y
0
????? i dont know what that is. I am using Dummiez High Score Board so yeah. NinjoOnline 1146 — 9y

1 answer

Log in to vote
0
Answered by
Tkdriverx 514 Moderation Voter
9 years ago

If you're using Dummiez's high score board, maybe you need to input a number as a parameter of the function. I don't know how his script works, so, this is just an idea.

Ad

Answer this question