Skip to content

Instantly share code, notes, and snippets.

View megal0l's full-sized avatar

megalol megal0l

View GitHub Profile
@megal0l
megal0l / PostForReview.luau
Last active October 9, 2025 16:38
task.wait(0.3)
-- general variables
local char = script.Parent
local hum = char:FindFirstChildOfClass("Humanoid")
local root = char:FindFirstChild("HumanoidRootPart")
-- GUI variables and misc
local stamina = script.Stamina
local plr = game:GetService("Players"):GetPlayerFromCharacter(char)
local staminaGUI = plr.PlayerGui.Stamina