How do i stop gui for repeating after it played once, i mean for a menu, i couldnt stop it, it just keeps repeating even after reset?
You would insert it into the players gui when the player joins the game.
local players = game:GetService("Players") players.PlayerAdded:connect(function(player) gui.Parent = player.PlayerGui end)