Why this script dont work,
- Local Script
local Player = game.Players.LocalPlayer
local Start = 0 -- If player is dead back to 0 wait(1) if Player:WaitForChild("HeadStats").Alpha.Value == 0 and Start == 0 then -- proceed here wait() Start = 1 -- Change to 1 game.ReplicatedStorage.TrailScripts.Equip.RemoteAlpha:FireServer() -- Fire a server end