game.Players.PlayerAdded:Connect(function(Player) Player.CharacterAdded:Connect(function(Character) local Bar = game.ServerStorage:WaitForChild("Gui").HealthHolder.HealthBar local Holder = script.Parent local hp = 100 local mps = game:GetService("MarketplaceService") local function update...
ServerScriptService.Main.Base:17: attempt to index nil with 'CurrentHealth' Here's my script: 1 Source Link Full asked Mar 24 at 16:11 boboxp67 asked Mar 24 at 16:11 boboxp67 1 I have this error in roblox studio: ServerScriptService.Main.Base:17: attempt to index nil with ...