I'm encountering a little bug in my game and I just want to know how to unsit someone with a function/event if they touch something.
My code for the sit property:
BackToSpawnA.Touched:Connect(function(UnSit) if UnSit and UnSit.Parent:FindFirstChild("Humanoid") then UnSit.Parent.Humanoid.Sit = false