My script won't detect the Humanoid.SeatPart?
Asked by
5 years ago Edited 5 years ago
I saw the SeatPart property of the Humanoid as I needed it for my game, I'd never used it before so I experimented but it doesn't work. My local script won't print (warn) 2.
01 | script.Parent.MouseButton 1 Click:Connect( function () |
02 | local plr = game.Players.LocalPlayer |
03 | local char = plr.Character |
04 | if char.Humanoid.Sit = = true then |
06 | if char.Humanoid.SeatPart = = game.Workspace.Plots.University.Chair.University then |
08 | local study = script.Parent.Parent.Study.Text |
09 | while char.Humanoid.SeatPart = = "University" do |
12 | game.ReplicatedStorage.Studies:FireServer(study) |