I can't seem to get collision detection working, it doesn't print "ded" at all. How do I fix this?
local char = script.Parent while wait() do if char.Position.Y.Offset >= 520 or char.Position.Y.Offset <= 145 then print("ded") end end
I can't even imagine what the problem is, I don't normally do gui work.