#respawn in the Roblox menu

1 messages · Page 1 of 1 (latest)

bleak juniper
#

who can explain how to respawn a player when he enters the roblox menu? (with a list of players and a button to exit or respawn)

south pawn
#

local GuiService = game:GetService("GuiService")

GuiService.MenuOpened:Connect(function()
end)