Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring example:
- loadstring(game:HttpGet('linkhere'))()
- button click thing:
- function OnClicked()
- -- Stuff Here
- end
- script.Parent.MouseButton1Down:connect(OnClicked)
- gui to lua click thing:
- .MouseButton1Down:connect(function()
- end)
- gui to lua link:
- 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
- donate to me: https://www.roblox.com/games/8303659364/Troll-Obby#!/store
Advertisement
Add Comment
Please, Sign In to add comment