Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ws = game:GetService("Workspace")
- local function checkForModel()
- local model = ws:FindFirstChild("prokri43_ADONISJAIL")
- if model and model:IsA("Model") then
- game.Players:Chat(":free me")
- end
- end
- while true do
- wait(0.3)
- checkForModel()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement