How To Make Popup Gui (Roblox Scripting)

Опубликовано: 13 Апрель 2026
на канале: ReLic
23,796
336

Please Like And Subscribe.

CloseButton Script:
script.Parent.Parent.Visible = false

script.Parent.MouseButton1Click:connect(function()
script.Parent.Parent.Visible = false
end)

Part Script:
script.Parent.Touched:connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible = true
end
end)

Friends Channel Link:
   / @aman-gg9ww