Advertisement
Jezilas

Client: Example Plugin

Aug 12th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. client = nil
  2. service = nil
  3. return function()
  4. --Acts the same as a server plugin but with client functions instead of server.
  5. --[[
  6. local window = client.UI.Make("Window",{
  7. Title = "Changing DataStore";
  8. Size = {700,300};
  9. Icon = "rbxassetid://357249130";
  10. })
  11.  
  12. window.Add("ImageLabel",{
  13. Image = "rbxassetid://531490964";
  14. })
  15.  
  16. --]]
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement