Advertisement
Prokri43

Partmakertest

Jul 11th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. local args = {
  2. [1] = "CreatePart",
  3. [2] = "Normal",
  4. [3] = CFrame.new(-66.40674591064453, 20.55000114440918, 42.493370056152344) * CFrame.Angles(-0, 0, -0),
  5. [4] = workspace
  6. }
  7.  
  8. game:GetService("Players").LocalPlayer.Backpack.Folder.SyncAPI.ServerEndpoint:InvokeServer(unpack(args))
  9.  
  10. local args = {
  11. [1] = "SyncResize",
  12. [2] = {
  13. [1] = {
  14. ["Part"] = workspace.Part,
  15. ["CFrame"] = CFrame.new(-66.90674591064453, 20.05000114440918, 42.993370056152344) * CFrame.Angles(-0, 0, -0),
  16. ["Size"] = Vector3.new(5, 1.2999999523162842, 5)
  17. }
  18. }
  19. }
  20.  
  21. game:GetService("Players").LocalPlayer.Backpack.Folder.SyncAPI.ServerEndpoint:InvokeServer(unpack(args))
  22.  
  23. local args = {
  24. [1] = "SyncMaterial",
  25. [2] = {
  26. [1] = {
  27. ["Part"] = workspace.Part,
  28. ["Transparency"] = 1
  29. }
  30. }
  31. }
  32.  
  33. game:GetService("Players").LocalPlayer.Backpack.Folder.SyncAPI.ServerEndpoint:InvokeServer(unpack(args))
  34.  
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement