Fonction à distance incapable de lancer de la valeur à l'objet
-- server script
-- You need to specify the PLAYER
local player = game:GetService("Players").PLAYERNAME
local remoteFunction = game.ReplicatedStorage.RemoteFunction
remoteFunction:InvokeClient(player, "arguments")
Cool Coder 123