Skip to content

Instantly share code, notes, and snippets.

View g1amEMER2007's full-sized avatar
🏠
Working from home

g1amEMER g1amEMER2007

🏠
Working from home
  • Joined Jun 26, 2025
View GitHub Profile
local player = game.Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
local shopGui = playerGui:WaitForChild("Shop")
local openButton = shopGui:WaitForChild("ShopButton")
local gui = shopGui:WaitForChild("ShopGui")
openButton.MouseButton1Click:Connect(function()
gui.Visible = not gui.Visible
end)
local Players = game:GetService("Players")
local UIS = game:GetService("UserInputService")
local player = Players.LocalPlayer
local animation = Instance.new("Animation")
local trackAnimation = nil