Inoob8C

tools to make a gui

Apr 16th, 2022 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. loadstring example:
  2. loadstring(game:HttpGet('linkhere'))()
  3.  
  4. button click thing:
  5. function OnClicked()
  6. -- Stuff Here
  7. end
  8.  
  9. script.Parent.MouseButton1Down:connect(OnClicked)
  10.  
  11. gui to lua click thing:
  12. .MouseButton1Down:connect(function()
  13.  
  14. end)
  15.  
  16. gui to lua link:
  17. https://www.roblox.com/library/1343400903/Gui-to-Lua-Converter-Revamped?Category=Plugins&SortType=Relevance&SortAggregation=AllTime&SearchKeyword=gui+to+lua&CreatorId=0&Page=1&Position=1&SearchId=91c8f03f-d6c9-45e7-a722-059326f47006
  18.  
  19. donate to me: https://www.roblox.com/games/8303659364/Troll-Obby#!/store
Advertisement
Add Comment
Please, Sign In to add comment