- https://www.roblox.com/users/722632244/profile
-
Joined
Sep 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |