Skip to content

Instantly share code, notes, and snippets.

View mnkspd16-coder's full-sized avatar

mnkspd16-coder

  • Joined Sep 25, 2025
View GitHub Profile
-- سكربت واجهة حفظ المكان والرجوع له
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Parent = player:WaitForChild("PlayerGui")
-- واجهة رئيسية
local frame = Instance.new("Frame")
frame.Size = UDim2.new(0, 300, 0, 150)
frame.Position = UDim2.new(0.5, -150, 0.5, -75)