Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make a script that gives a person something if they sit down?

Asked by 9 years ago

Help! I'm really stuck! My scripters for my group are gone since there on vacation and the only thing is to ask this! I wouldn't ask the forum, there off topic. I am having trouble to start the script and other things!

1 answer

Log in to vote
0
Answered by 9 years ago

Use the Seated Event.

game.Workspace.Player.Humanoid.Seated:connect(function()
  -- Give the item
end)
0
Oh, I knew that o3o iLordWorthless 0 — 9y
Ad

Answer this question