"if Player.Character and Player.Character:FindFirstChild("Torso") and Player.Character.Torso.Position.y < 100"
RBX.Lua doesn't work like that. If Character or Torso don't exist your script breaks.
if workspace:FindFirstChild"adsf" and Workspace.asdf.Name == "asdf" then print"asdf" end
breaks. |