#respawn in the Roblox menu
1 messages · Page 1 of 1 (latest)
local GuiService = game:GetService("GuiService")
GuiService.MenuOpened:Connect(function()
end)
is that a real event?
1 messages · Page 1 of 1 (latest)
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)
local GuiService = game:GetService("GuiService")
GuiService.MenuOpened:Connect(function()
end)
is that a real event?