Advertisement
Sungmingamerpro13

Sit Challenge

Aug 21st, 2022 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local function SitChallenge()
  2. for i,v in pairs(game.Players:GetPlayers()) do
  3. if v.Character then
  4. if v.Character.Humanaoid.Sit ~= true then
  5. v.Character.Humanoid.Health = 0
  6. end
  7. end
  8. end
  9. end
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement