You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
To find out why my remotes are generating a mystery parameter -
What is the issue? Include screenshots / videos if possible!
There is a mystery number that appears in the print statement (692), which kicks out the Slot2 parameter and is messing up my code.
Example:
Spcxtaa 692 AdminCommand GiveTokens Password Username
The local script
Remote:FireServer(Player, "AdminCommand", "GiveTokens", Password, Username, Amount)
The server script
Remote.OnServerEvent:Connect(function(Player, Request, Information, Password, Slot1, Slot2)
print(Player, Request, Information, Password, Slot1, Slot2)