Advertisement
Prokri43

Antijail AKdangerous

Jul 26th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local ws = game:GetService("Workspace")
  2.  
  3. local function checkForModel()
  4. local model = ws:FindFirstChild("AKDangerous_ADONISJAIL")
  5. if model and model:IsA("Model") then
  6. game.Players:Chat(":free me")
  7. end
  8. end
  9.  
  10. while true do
  11. wait(0.3)
  12. checkForModel()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement