Advertisement
Guest User

Dep

a guest
Jun 12th, 2023
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.60 KB | None | 0 0
  1. --game (only for many f3x game)
  2.  
  3. --https://web.roblox.com/games/5399604697/F3X-Building-Tools-Baseplate
  4. --https://web.roblox.com/games/4695287616/F3X-SandBox-F3X-Building-Tools-World
  5. --https://web.roblox.com/games/6156255015/Angels-f3x
  6. --https://web.roblox.com/games/7797017666/F3X
  7. --https://web.roblox.com/games/9965294819/F3X-Sandbox
  8. --https://web.roblox.com/games/7013915012/Core-Game-with-F3X-Server-Startup-Failure
  9. --https://web.roblox.com/games/7696967886/Make-a-CITY-use-f3x
  10. --https://web.roblox.com/games/1071384685/F3X-Building-Tools-Baseplate
  11. --https://web.roblox.com/games/7440382902/F3x-Admin
  12. --https://web.roblox.com/games/7013915012/Core-Game-with-F3X-Airlock
  13.  
  14. --script
  15.  
  16.  
  17. -- Gui to Lua
  18. -- Version: 3.2
  19.  
  20. -- Instances:
  21.  
  22. local ReplicationGui = Instance.new("ScreenGui")
  23. local Frame = Instance.new("Frame")
  24. local Frame_2 = Instance.new("Frame")
  25. local Buttons = Instance.new("Folder")
  26. local ScrollingFrame = Instance.new("ScrollingFrame")
  27. local BigHead = Instance.new("TextButton")
  28. local BumAll = Instance.new("TextButton")
  29. local Colorall = Instance.new("TextButton")
  30. local DecalSpam = Instance.new("TextButton")
  31. local Duckify = Instance.new("TextButton")
  32. local FireAll = Instance.new("TextButton")
  33. local Luigirain = Instance.new("TextButton")
  34. local RainToad = Instance.new("TextButton")
  35. local ThomasEngine = Instance.new("TextButton")
  36. local Unanchor = Instance.new("TextButton")
  37. local BasePlate = Instance.new("TextButton")
  38. local KillAll = Instance.new("TextButton")
  39. local Personalityall = Instance.new("TextButton")
  40. local SkyBox = Instance.new("TextButton")
  41. local Peircer = Instance.new("TextButton")
  42. local StickAll = Instance.new("TextButton")
  43. local TwigAll = Instance.new("TextButton")
  44. local FireParts = Instance.new("TextButton")
  45. local Frame_3 = Instance.new("Frame")
  46. local ImageLabel = Instance.new("ImageLabel")
  47. local TextLabel = Instance.new("TextLabel")
  48.  
  49. --Properties:
  50.  
  51. ReplicationGui.Name = "ReplicationGui"
  52. ReplicationGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  53. ReplicationGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  54. ReplicationGui.ResetOnSpawn = false
  55.  
  56. Frame.Parent = ReplicationGui
  57. Frame.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  58. Frame.BorderSizePixel = 0
  59. Frame.Position = UDim2.new(0.237454101, 0, 0.242971882, 0)
  60. Frame.Size = UDim2.new(0, 395, 0, 274)
  61.  
  62. Frame_2.Parent = Frame
  63. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 119, 29)
  64. Frame_2.BorderSizePixel = 0
  65. Frame_2.Position = UDim2.new(0, 0, -9.50611429e-05, 0)
  66. Frame_2.Size = UDim2.new(0, 395, 0, 24)
  67. Frame_2.ZIndex = 2
  68.  
  69. Buttons.Name = "Buttons"
  70. Buttons.Parent = Frame
  71.  
  72. ScrollingFrame.Parent = Buttons
  73. ScrollingFrame.Active = true
  74. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. ScrollingFrame.BackgroundTransparency = 1.000
  76. ScrollingFrame.BorderSizePixel = 0
  77. ScrollingFrame.Position = UDim2.new(0, 0, 0.0582990982, 0)
  78. ScrollingFrame.Size = UDim2.new(0, 395, 0, 258)
  79.  
  80. BigHead.Name = "BigHead"
  81. BigHead.Parent = ScrollingFrame
  82. BigHead.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  83. BigHead.BorderSizePixel = 0
  84. BigHead.Position = UDim2.new(0, 0, 0.0323792323, 0)
  85. BigHead.Size = UDim2.new(0, 123, 0, 43)
  86. BigHead.AutoButtonColor = false
  87. BigHead.Font = Enum.Font.Code
  88. BigHead.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. BigHead.TextSize = 20.000
  90. BigHead.TextWrapped = true
  91.  
  92. BumAll.Name = "Bum All"
  93. BumAll.Parent = ScrollingFrame
  94. BumAll.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  95. BumAll.BorderSizePixel = 0
  96. BumAll.Position = UDim2.new(0.341772139, 0, 0.244879276, 0)
  97. BumAll.Size = UDim2.new(0, 123, 0, 43)
  98. BumAll.AutoButtonColor = false
  99. BumAll.Font = Enum.Font.Code
  100. BumAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. BumAll.TextSize = 20.000
  102. BumAll.TextWrapped = true
  103.  
  104. Colorall.Name = "Color all"
  105. Colorall.Parent = ScrollingFrame
  106. Colorall.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  107. Colorall.BorderSizePixel = 0
  108. Colorall.Position = UDim2.new(0.344303787, 0, 0.137131482, 0)
  109. Colorall.Size = UDim2.new(0, 123, 0, 43)
  110. Colorall.AutoButtonColor = false
  111. Colorall.Font = Enum.Font.Code
  112. Colorall.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. Colorall.TextSize = 20.000
  114. Colorall.TextWrapped = true
  115.  
  116. DecalSpam.Name = "Decal Spam"
  117. DecalSpam.Parent = ScrollingFrame
  118. DecalSpam.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  119. DecalSpam.BorderSizePixel = 0
  120. DecalSpam.Position = UDim2.new(0.686075926, 0, 0.244879276, 0)
  121. DecalSpam.Size = UDim2.new(0, 123, 0, 43)
  122. DecalSpam.AutoButtonColor = false
  123. DecalSpam.Font = Enum.Font.Code
  124. DecalSpam.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. DecalSpam.TextSize = 20.000
  126. DecalSpam.TextWrapped = true
  127.  
  128. Duckify.Name = "Duckify"
  129. Duckify.Parent = ScrollingFrame
  130. Duckify.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  131. Duckify.BorderSizePixel = 0
  132. Duckify.Position = UDim2.new(0, 0, 0.137131482, 0)
  133. Duckify.Size = UDim2.new(0, 123, 0, 43)
  134. Duckify.AutoButtonColor = false
  135. Duckify.Font = Enum.Font.Code
  136. Duckify.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. Duckify.TextSize = 20.000
  138. Duckify.TextWrapped = true
  139.  
  140. FireAll.Name = "Fire All"
  141. FireAll.Parent = ScrollingFrame
  142. FireAll.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  143. FireAll.BorderSizePixel = 0
  144. FireAll.Position = UDim2.new(0.688607574, 0, 0.0323792323, 0)
  145. FireAll.Size = UDim2.new(0, 123, 0, 43)
  146. FireAll.AutoButtonColor = false
  147. FireAll.Font = Enum.Font.Code
  148. FireAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  149. FireAll.TextSize = 20.000
  150. FireAll.TextWrapped = true
  151.  
  152. Luigirain.Name = "Luigi rain"
  153. Luigirain.Parent = ScrollingFrame
  154. Luigirain.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  155. Luigirain.BorderSizePixel = 0
  156. Luigirain.Position = UDim2.new(0.344303787, 0, 0.0323792323, 0)
  157. Luigirain.Size = UDim2.new(0, 123, 0, 43)
  158. Luigirain.AutoButtonColor = false
  159. Luigirain.Font = Enum.Font.Code
  160. Luigirain.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. Luigirain.TextSize = 20.000
  162. Luigirain.TextWrapped = true
  163.  
  164. RainToad.Name = "Rain Toad"
  165. RainToad.Parent = ScrollingFrame
  166. RainToad.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  167. RainToad.BorderSizePixel = 0
  168. RainToad.Position = UDim2.new(-0.00253164559, 0, 0.244879276, 0)
  169. RainToad.Size = UDim2.new(0, 123, 0, 43)
  170. RainToad.AutoButtonColor = false
  171. RainToad.Font = Enum.Font.Code
  172. RainToad.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. RainToad.TextSize = 20.000
  174. RainToad.TextWrapped = true
  175.  
  176. ThomasEngine.Name = "Thomas Engine"
  177. ThomasEngine.Parent = ScrollingFrame
  178. ThomasEngine.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  179. ThomasEngine.BorderSizePixel = 0
  180. ThomasEngine.Position = UDim2.new(0.688607574, 0, 0.137131482, 0)
  181. ThomasEngine.Size = UDim2.new(0, 123, 0, 43)
  182. ThomasEngine.AutoButtonColor = false
  183. ThomasEngine.Font = Enum.Font.Code
  184. ThomasEngine.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. ThomasEngine.TextSize = 20.000
  186. ThomasEngine.TextWrapped = true
  187.  
  188. Unanchor.Name = "Unanchor"
  189. Unanchor.Parent = ScrollingFrame
  190. Unanchor.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  191. Unanchor.BorderSizePixel = 0
  192. Unanchor.Position = UDim2.new(-0.00253164559, 0, 0.34487924, 0)
  193. Unanchor.Size = UDim2.new(0, 123, 0, 43)
  194. Unanchor.AutoButtonColor = false
  195. Unanchor.Font = Enum.Font.Code
  196. Unanchor.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. Unanchor.TextSize = 20.000
  198. Unanchor.TextWrapped = true
  199.  
  200. BasePlate.Name = "BasePlate"
  201. BasePlate.Parent = ScrollingFrame
  202. BasePlate.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  203. BasePlate.BorderSizePixel = 0
  204. BasePlate.Position = UDim2.new(0.341772139, 0, 0.34487924, 0)
  205. BasePlate.Size = UDim2.new(0, 123, 0, 43)
  206. BasePlate.AutoButtonColor = false
  207. BasePlate.Font = Enum.Font.Code
  208. BasePlate.TextColor3 = Color3.fromRGB(255, 255, 255)
  209. BasePlate.TextSize = 20.000
  210. BasePlate.TextWrapped = true
  211.  
  212. KillAll.Name = "Kill All"
  213. KillAll.Parent = ScrollingFrame
  214. KillAll.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  215. KillAll.BorderSizePixel = 0
  216. KillAll.Position = UDim2.new(0.683544278, 0, 0.34487924, 0)
  217. KillAll.Size = UDim2.new(0, 123, 0, 43)
  218. KillAll.AutoButtonColor = false
  219. KillAll.Font = Enum.Font.Code
  220. KillAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  221. KillAll.TextSize = 20.000
  222. KillAll.TextWrapped = true
  223.  
  224. Personalityall.Name = "Personality all"
  225. Personalityall.Parent = ScrollingFrame
  226. Personalityall.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  227. Personalityall.BorderSizePixel = 0
  228. Personalityall.Position = UDim2.new(0.686075926, 0, 0.452379227, 0)
  229. Personalityall.Size = UDim2.new(0, 123, 0, 43)
  230. Personalityall.AutoButtonColor = false
  231. Personalityall.Font = Enum.Font.Code
  232. Personalityall.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. Personalityall.TextSize = 20.000
  234. Personalityall.TextWrapped = true
  235.  
  236. SkyBox.Name = "SkyBox"
  237. SkyBox.Parent = ScrollingFrame
  238. SkyBox.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  239. SkyBox.BorderSizePixel = 0
  240. SkyBox.Position = UDim2.new(0.344303787, 0, 0.452379227, 0)
  241. SkyBox.Size = UDim2.new(0, 123, 0, 43)
  242. SkyBox.AutoButtonColor = false
  243. SkyBox.Font = Enum.Font.Code
  244. SkyBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  245. SkyBox.TextSize = 20.000
  246. SkyBox.TextWrapped = true
  247.  
  248. Peircer.Name = "Peircer"
  249. Peircer.Parent = ScrollingFrame
  250. Peircer.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  251. Peircer.BorderSizePixel = 0
  252. Peircer.Position = UDim2.new(0, 0, 0.452379227, 0)
  253. Peircer.Size = UDim2.new(0, 123, 0, 43)
  254. Peircer.AutoButtonColor = false
  255. Peircer.Font = Enum.Font.Code
  256. Peircer.TextColor3 = Color3.fromRGB(255, 255, 255)
  257. Peircer.TextSize = 20.000
  258. Peircer.TextWrapped = true
  259.  
  260. StickAll.Name = "Stick All"
  261. StickAll.Parent = ScrollingFrame
  262. StickAll.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  263. StickAll.BorderSizePixel = 0
  264. StickAll.Position = UDim2.new(0, 0, 0.559879243, 0)
  265. StickAll.Size = UDim2.new(0, 123, 0, 43)
  266. StickAll.AutoButtonColor = false
  267. StickAll.Font = Enum.Font.Code
  268. StickAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  269. StickAll.TextSize = 20.000
  270. StickAll.TextWrapped = true
  271.  
  272. TwigAll.Name = "Twig All"
  273. TwigAll.Parent = ScrollingFrame
  274. TwigAll.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  275. TwigAll.BorderSizePixel = 0
  276. TwigAll.Position = UDim2.new(0.344303787, 0, 0.559879243, 0)
  277. TwigAll.Size = UDim2.new(0, 123, 0, 43)
  278. TwigAll.AutoButtonColor = false
  279. TwigAll.Font = Enum.Font.Code
  280. TwigAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  281. TwigAll.TextSize = 20.000
  282. TwigAll.TextWrapped = true
  283.  
  284. FireParts.Name = "Fire Parts"
  285. FireParts.Parent = ScrollingFrame
  286. FireParts.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  287. FireParts.BorderSizePixel = 0
  288. FireParts.Position = UDim2.new(0.686075926, 0, 0.559879243, 0)
  289. FireParts.Size = UDim2.new(0, 123, 0, 43)
  290. FireParts.AutoButtonColor = false
  291. FireParts.Font = Enum.Font.Code
  292. FireParts.TextColor3 = Color3.fromRGB(255, 255, 255)
  293. FireParts.TextSize = 20.000
  294. FireParts.TextWrapped = true
  295.  
  296. Frame_3.Parent = ReplicationGui
  297. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  298. Frame_3.BackgroundTransparency = 1.000
  299. Frame_3.Position = UDim2.new(0, 0, 0.79919678, 0)
  300. Frame_3.Size = UDim2.new(0, 267, 0, 100)
  301.  
  302. ImageLabel.Parent = Frame_3
  303. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. ImageLabel.BackgroundTransparency = 1.000
  305. ImageLabel.Position = UDim2.new(0.0337078571, 0, 0.227877513, 0)
  306. ImageLabel.Size = UDim2.new(0, 50, 0, 54)
  307. ImageLabel.Image = "rbxassetid://483057119"
  308.  
  309. TextLabel.Parent = Frame_3
  310. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  311. TextLabel.BorderColor3 = Color3.fromRGB(255, 119, 29)
  312. TextLabel.BorderSizePixel = 2
  313. TextLabel.Position = UDim2.new(0.258426964, 0, 0.25999999, 0)
  314. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  315. TextLabel.Font = Enum.Font.Code
  316. TextLabel.Text = "F3X replication GUI developed by retster#6440\nExecute Scripts Which are replicated to the server."
  317. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  318. TextLabel.TextScaled = true
  319. TextLabel.TextSize = 14.000
  320. TextLabel.TextWrapped = true
  321.  
  322. -- Scripts:
  323.  
  324. local function CNUNYID_fake_script() -- BigHead.LocalScript
  325. local script = Instance.new('LocalScript', BigHead)
  326.  
  327. script.Parent.MouseButton1Click:Connect(function()
  328. local player = game.Players.LocalPlayer
  329. local char = player.Character
  330. local tool
  331. for i,v in player:GetDescendants() do
  332. if v.Name == "SyncAPI" then
  333. tool = v.Parent
  334. end
  335. end
  336. for i,v in game.ReplicatedStorage:GetDescendants() do
  337. if v.Name == "SyncAPI" then
  338. tool = v.Parent
  339. end
  340. end
  341. --craaa
  342. remote = tool.SyncAPI.ServerEndpoint
  343. function _(args)
  344. remote:InvokeServer(unpack(args))
  345. end
  346. function SetCollision(part,boolean)
  347. local args = {
  348. [1] = "SyncCollision",
  349. [2] = {
  350. [1] = {
  351. ["Part"] = part,
  352. ["CanCollide"] = boolean
  353. }
  354. }
  355. }
  356. _(args)
  357. end
  358. function SetAnchor(boolean,part)
  359. local args = {
  360. [1] = "SyncAnchor",
  361. [2] = {
  362. [1] = {
  363. ["Part"] = part,
  364. ["Anchored"] = boolean
  365. }
  366. }
  367. }
  368. _(args)
  369. end
  370. function CreatePart(cf,parent)
  371. local args = {
  372. [1] = "CreatePart",
  373. [2] = "Normal",
  374. [3] = cf,
  375. [4] = parent
  376. }
  377. _(args)
  378. end
  379. function DestroyPart(part)
  380. local args = {
  381. [1] = "Remove",
  382. [2] = {
  383. [1] = part
  384. }
  385. }
  386. _(args)
  387. end
  388. function MovePart(part,cf)
  389. local args = {
  390. [1] = "SyncMove",
  391. [2] = {
  392. [1] = {
  393. ["Part"] = part,
  394. ["CFrame"] = cf
  395. }
  396. }
  397. }
  398. _(args)
  399. end
  400. function Resize(part,size,cf)
  401. local args = {
  402. [1] = "SyncResize",
  403. [2] = {
  404. [1] = {
  405. ["Part"] = part,
  406. ["CFrame"] = cf,
  407. ["Size"] = size
  408. }
  409. }
  410. }
  411. _(args)
  412. end
  413. function AddMesh(part)
  414. local args = {
  415. [1] = "CreateMeshes",
  416. [2] = {
  417. [1] = {
  418. ["Part"] = part
  419. }
  420. }
  421. }
  422. _(args)
  423. end
  424.  
  425. function SetMesh(part,meshid)
  426. local args = {
  427. [1] = "SyncMesh",
  428. [2] = {
  429. [1] = {
  430. ["Part"] = part,
  431. ["MeshId"] = "rbxassetid://"..meshid
  432. }
  433. }
  434. }
  435. _(args)
  436. end
  437. function SetTexture(part, texid)
  438. local args = {
  439. [1] = "SyncMesh",
  440. [2] = {
  441. [1] = {
  442. ["Part"] = part,
  443. ["TextureId"] = "rbxassetid://"..texid
  444. }
  445. }
  446. }
  447. _(args)
  448. end
  449. function SetName(part, stringg)
  450. local args = {
  451. [1] = "SetName",
  452. [2] = {
  453. [1] = workspace.Part
  454. },
  455. [3] = stringg
  456. }
  457.  
  458. _(args)
  459. end
  460. function MeshResize(part,size)
  461. local args = {
  462. [1] = "SyncMesh",
  463. [2] = {
  464. [1] = {
  465. ["Part"] = part,
  466. ["Scale"] = size
  467. }
  468. }
  469. }
  470. _(args)
  471. end
  472. function Weld(part1, part2,lead)
  473. local args = {
  474. [1] = "CreateWelds",
  475. [2] = {
  476. [1] = part1,
  477. [2] = part2
  478. },
  479. [3] = lead
  480. }
  481. _(args)
  482.  
  483. end
  484. function SetLocked(part,boolean)
  485. local args = {
  486. [1] = "SetLocked",
  487. [2] = {
  488. [1] = part
  489. },
  490. [3] = boolean
  491. }
  492. _(args)
  493. end
  494. function SetTrans(part,int)
  495. local args = {
  496. [1] = "SyncMaterial",
  497. [2] = {
  498. [1] = {
  499. ["Part"] = part,
  500. ["Transparency"] = int
  501. }
  502. }
  503. }
  504. _(args)
  505. end
  506. function CreateSpotlight(part)
  507. local args = {
  508. [1] = "CreateLights",
  509. [2] = {
  510. [1] = {
  511. ["Part"] = part,
  512. ["LightType"] = "SpotLight"
  513. }
  514. }
  515. }
  516. _(args)
  517. end
  518. function SyncLighting(part,brightness)
  519. local args = {
  520. [1] = "SyncLighting",
  521. [2] = {
  522. [1] = {
  523. ["Part"] = part,
  524. ["LightType"] = "SpotLight",
  525. ["Brightness"] = brightness
  526. }
  527. }
  528. }
  529. _(args)
  530. end
  531.  
  532. function BigHead(player)
  533. local chara = player.Character
  534. spawn(function()
  535. SetLocked(chara.Head,false)
  536. MeshResize(chara.Head,Vector3.new(10,10,10))
  537. end)
  538. end
  539. for i,players in game.Players:GetPlayers() do
  540. BigHead(players)
  541. end
  542. end)
  543. end
  544. coroutine.wrap(CNUNYID_fake_script)()
  545. local function UCBQXM_fake_script() -- BumAll.LocalScript
  546. local script = Instance.new('LocalScript', BumAll)
  547.  
  548. script.Parent.MouseButton1Click:Connect(function()
  549. local player = game.Players.LocalPlayer
  550. local char = player.Character
  551. local tool
  552. for i,v in player:GetDescendants() do
  553. if v.Name == "SyncAPI" then
  554. tool = v.Parent
  555. end
  556. end
  557. for i,v in game.ReplicatedStorage:GetDescendants() do
  558. if v.Name == "SyncAPI" then
  559. tool = v.Parent
  560. end
  561. end
  562. --craaa
  563. remote = tool.SyncAPI.ServerEndpoint
  564. function _(args)
  565. remote:InvokeServer(unpack(args))
  566. end
  567. function SetCollision(part,boolean)
  568. local args = {
  569. [1] = "SyncCollision",
  570. [2] = {
  571. [1] = {
  572. ["Part"] = part,
  573. ["CanCollide"] = boolean
  574. }
  575. }
  576. }
  577. _(args)
  578. end
  579. function SetAnchor(boolean,part)
  580. local args = {
  581. [1] = "SyncAnchor",
  582. [2] = {
  583. [1] = {
  584. ["Part"] = part,
  585. ["Anchored"] = boolean
  586. }
  587. }
  588. }
  589. _(args)
  590. end
  591. function CreatePart(cf,parent)
  592. local args = {
  593. [1] = "CreatePart",
  594. [2] = "Normal",
  595. [3] = cf,
  596. [4] = parent
  597. }
  598. _(args)
  599. end
  600. function DestroyPart(part)
  601. local args = {
  602. [1] = "Remove",
  603. [2] = {
  604. [1] = part
  605. }
  606. }
  607. _(args)
  608. end
  609. function MovePart(part,cf)
  610. local args = {
  611. [1] =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement