Heres the code, I don’t understand this
print(player.UserId,script.Parent.Player.Value)
print(player.UserId==script.Parent.Player.Value)
if player.UserId==script.Parent.Player.Value then
if fullshift==false then
print("splow?")
elseif fullshift==true then
print("splow!")
end
else
warn("Not good")
end
end)
Heres the output
00:36:36.989 436519811 436519811 - Server - Attack:3
00:36:36.989 false - Server - Attack:4
00:36:36.989 Not good - Server - Attack:12