I need to find a way to reach a player who clicks on a textbutton without using a localscript, could any of you guys help?
1 | script.Parent.MouseButton 1 Click:connect( function (plr) |
2 | local player = game.Players:FindFirstChild(plr.Name) |
3 | end ) |