I want to get the player from MouseButton1Click event but I don’t know how to do it. I want to use FireClient in the script but I can’t get the player.
game.StarterGui.ScreenGui.TextButton.MouseButton1Click:Connect(function(clicked)
game.ReplicatedStorage.Tutorial:FireClient(?)
end)
This script is in ServerScriptService.
What should I put instead of “?” ?
Thanks for helping.