Advertisement
K00pkiddbigass

For Roblox studio k00pgui v8

Oct 23rd, 2024
456
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local HttpService = game:GetService("HttpService")
  2.  
  3. function loadScript(link)
  4.     local response = HttpService:GetAsync(link)
  5.     return loadstring(response)()
  6. end
  7.  
  8. loadScript("https://raw.githubusercontent.com/C00lHamoot/K00pgui/a50a7131568adf4337053c428733c2eaf308ac6a/K00pgui")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement