playerButton.MouseButton1Click:Connect(function() targetPlayer = Players:FindFirstChild(p) playerListGui:Destroy() end) end end
for i, p in pairs(playerList) do local playerButton = Instance.new("TextButton") playerButton.Parent = playerListFrame playerButton.Size = UDim2.new(1, 0, 0.1, 0) playerButton.Position = UDim2.new(0, 0, 0.1 + (i * 0.1), 0) playerButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) playerButton.Text = p Script universal Coolgui de Roblox- teletranspo...
-- GUI local screenGui = Instance.new("ScreenGui") screenGui.Parent = game.StarterGui playerButton