#help

3 messages · Page 1 of 1 (latest)

pale cipherBOT
#

studio** You are now Level 14! **studio

somber basalt
#

anything wrong with this?

#
local function OnActivated(Character)    
    
    local player = game.Players:GetPlayerFromCharacter(Character)
    
    if player then
    Gui.Parent = player.PlayerGui
    Track:Play()

    Track.Completed:Wait()

    Character:FindFirstChild("Humanoid").Health = 100

    Gui.Parent = script
    Bar.Size =  UDim2.new(0, 0, 0, 77)
    end
end