Advertisement
SirMeme

ROBLOX CLOUD SERVERSIDE

Oct 14th, 2020
2,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local chr = plr.Character
  3. --
  4.  
  5. function CloudInvoke(jasonjjk, plus, envo)
  6. chr:FindFirstChildOfClass('Tool')['ServerControl']:InvokeServer(
  7. "SetProperty",
  8. {["Value"]=envo,
  9. ["Property"]=plus,
  10. ["Object"]=jasonjjk
  11. })
  12. end
  13.  
  14. CloudInvoke(chr.Head,"Transparency",1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement