|
| 14 May 2012 05:00 PM |
script.Parent.ChildAdded:connect(function(ob) if ob.Name == "SeatWeld" then p = game.Players:GetPlayerFromCharacter(ob.Part1.Parent) if p.BBL.Value == true then print("Okay") elseif p.BBL.Value == false then p.Character.Humanoid.Jump = true end end end)
I can't get an output. |
|
|
| Report Abuse |
|
|
|
| 14 May 2012 05:04 PM |
| Oh, and I'm trying to check if a value is true or not. |
|
|
| Report Abuse |
|
|
| |
|