If you're looking for something specific or need further adjustments, providing more details about your project (like the exact goal of the GUI, current code attempts, etc.) would be helpful.
To kill a player from a GUI, you cannot simply use a local script. You must send a signal to the server. You can learn the basics of this communication on the Roblox Creator Hub. fe roblox kill gui script full
To target players, we'll create a simple script that highlights the targeted player's character. If you're looking for something specific or need
: Create a RemoteEvent in ReplicatedStorage and name it KillEvent . current code attempts