Advertisement
Upscalefanatic3

(Roblox) Captive [Gamepass Abilities]

Mar 30th, 2020
1,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. -- Game Link: https://www.roblox.com/games/3388553819/Captive?refPageId=16cb0fdc-870a-48c7-b758-57797bb81630
  2.  
  3. -- shape shifter ability (500 robux):
  4.  
  5. local string_1 = "PurchaseItem";
  6. local string_2 = "Ability";
  7. local string_3 = "ShapeShifter";
  8. local Target = game:GetService("ReplicatedStorage").ProjectGemma.Remotes.rFunc;
  9. Target:InvokeServer(string_1, string_2, string_3);
  10.  
  11.  
  12.  
  13. -- invisibility ability (800 robux):
  14.  
  15. local string_1 = "PurchaseItem";
  16. local string_2 = "Ability";
  17. local string_3 = "Invisibility";
  18. local Target = game:GetService("ReplicatedStorage").ProjectGemma.Remotes.rFunc;
  19. Target:InvokeServer(string_1, string_2, string_3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement