Advertisement
Flopte

d

Sep 18th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. -- สคริปต์ เอาไว้ทำเควสดาบคู่ UPDATE 17.3 ( เควสฝั่ง Yama เควสที่ 2 )
  2.  
  3. -- ลบหมอก ทำให้วงกลมสีม่วงใหญ่ขึ้น
  4.  
  5. game.Lighting.Sky:Destroy()
  6. while task.wait() do
  7. pcall(function()
  8. for i,v in pairs(game.Workspace.Enemies:Getchildren()) do
  9. v.HazeESP.Size = UDim2.new(50,50,50,50)
  10. v.HazeESP,MaxDistance = "inf"
  11. end
  12. end)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement