Advertisement
meldrednyx

Furniii

Jun 2nd, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. -- From Mel
  2. -- For Jang
  3.  
  4. -- Instances:
  5.  
  6. local MelGui = Instance.new("ScreenGui")
  7.  
  8. -- Instances:
  9.  
  10. local MelGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local ImageLabel = Instance.new("ImageLabel")
  13. local MOD = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. MelGui.Name = "MelGui"
  18. MelGui.Parent = game.CoreGui
  19. MelGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = MelGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(6, 6, 6)
  23. Frame.BackgroundTransparency = 0.900
  24. Frame.Position = UDim2.new(0.012061093, 0, 0.627854425, 0)
  25. Frame.Size = UDim2.new(0, 254, 0, 199)
  26. Frame.Visible = true
  27.  
  28. ImageLabel.Parent = Frame
  29. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. ImageLabel.Size = UDim2.new(0, 254, 0, 199)
  31. ImageLabel.Image = "http://www.roblox.com/asset/?id=5411796731"
  32.  
  33. MOD.Name = "MOD"
  34. MOD.Parent = Frame
  35. MOD.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  36. MOD.BackgroundTransparency = 0.500
  37. MOD.BorderColor3 = Color3.fromRGB(170, 0, 0)
  38. MOD.BorderSizePixel = 3
  39. MOD.Position = UDim2.new(0.255905509, 0, 0.810546577, 0)
  40. MOD.Size = UDim2.new(0, 124, 0, 31)
  41. MOD.Font = Enum.Font.SourceSansBold
  42. MOD.Text = "Furn mod"
  43. MOD.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. MOD.TextScaled = true
  45. MOD.TextSize = 14.000
  46. MOD.TextWrapped = true
  47. MOD.MouseButton1Down:connect(function()
  48. plr = game.Players.LocalPlayer
  49. mouse = plr:GetMouse()
  50. mouse.KeyDown:connect(function(key)
  51. if key == "f" then
  52. local Item = game.Players.LocalPlayer:GetMouse().Target.Parent
  53. local Size = Item.PrimaryPart.Size.Y
  54. Item.PrimaryPart.Size = Vector3.new(0,0,0)
  55. local Rotate
  56. local Tilt
  57. Rotate = 0
  58. Tilt = 0
  59. plr = game.Players.LocalPlayer
  60. mouse = plr:GetMouse()
  61. mouse.KeyDown:connect(function(key)
  62. if key == "r" then
  63. Rotate = Rotate + 22.5
  64. end
  65. end)
  66. plr = game.Players.LocalPlayer
  67. mouse = plr:GetMouse()
  68. mouse.KeyDown:connect(function(key)
  69. if key == "t" then
  70. Tilt = Tilt + 22.5
  71. end
  72. end)
  73. spawn(function()
  74. while game:GetService("RunService").RenderStepped:Wait() do
  75. game.Players.LocalPlayer:GetMouse().TargetFilter = Item
  76. Item:SetPrimaryPartCFrame(CFrame.new(math.floor(game.Players.LocalPlayer:GetMouse().Hit.X)+.03,math.ceil(game.Players.LocalPlayer:GetMouse().Hit.Y+(Size/2)-1),math.floor(game.Players.LocalPlayer:GetMouse().Hit.Z)-.03) * CFrame.Angles(math.rad(0),math.rad(Rotate),math.rad(Tilt)))
  77. end
  78. end)
  79. end
  80. end)
  81. end)
  82. local Frame = Instance.new("Frame")
  83. local ImageLabel = Instance.new("ImageLabel")
  84. local MOD = Instance.new("TextButton")
  85.  
  86. --Properties:
  87.  
  88. MelGui.Name = "MelGui"
  89. MelGui.Parent = game.CoreGui
  90. MelGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  91.  
  92. Frame.Parent = MelGui
  93. Frame.BackgroundColor3 = Color3.fromRGB(6, 6, 6)
  94. Frame.BackgroundTransparency = 0.900
  95. Frame.Position = UDim2.new(0.012061093, 0, 0.627854425, 0)
  96. Frame.Size = UDim2.new(0, 254, 0, 199)
  97. Frame.Visible = true
  98.  
  99. ImageLabel.Parent = Frame
  100. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. ImageLabel.Size = UDim2.new(0, 254, 0, 199)
  102. ImageLabel.Image = "http://www.roblox.com/asset/?id=5411796731"
  103.  
  104. MOD.Name = "MOD"
  105. MOD.Parent = Frame
  106. MOD.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  107. MOD.BackgroundTransparency = 0.500
  108. MOD.BorderColor3 = Color3.fromRGB(170, 0, 0)
  109. MOD.BorderSizePixel = 3
  110. MOD.Position = UDim2.new(0.255905509, 0, 0.810546577, 0)
  111. MOD.Size = UDim2.new(0, 124, 0, 31)
  112. MOD.Font = Enum.Font.SourceSansBold
  113. MOD.Text = "Furn mod"
  114. MOD.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. MOD.TextScaled = true
  116. MOD.TextSize = 14.000
  117. MOD.TextWrapped = true
  118. MOD.MouseButton1Down:connect(function()
  119. plr = game.Players.LocalPlayer
  120. mouse = plr:GetMouse()
  121. mouse.KeyDown:connect(function(key)
  122. if key == "f" then
  123. local Item = game.Players.LocalPlayer:GetMouse().Target.Parent
  124. local Size = Item.PrimaryPart.Size.Y
  125. Item.PrimaryPart.Size = Vector3.new(0,0,0)
  126. local Rotate
  127. local Tilt
  128. Rotate = 0
  129. Tilt = 0
  130. plr = game.Players.LocalPlayer
  131. mouse = plr:GetMouse()
  132. mouse.KeyDown:connect(function(key)
  133. if key == "r" then
  134. Rotate = Rotate + 22.5
  135. end
  136. end)
  137. plr = game.Players.LocalPlayer
  138. mouse = plr:GetMouse()
  139. mouse.KeyDown:connect(function(key)
  140. if key == "t" then
  141. Tilt = Tilt + 22.5
  142. end
  143. end)
  144. spawn(function()
  145. while game:GetService("RunService").RenderStepped:Wait() do
  146. game.Players.LocalPlayer:GetMouse().TargetFilter = Item
  147. Item:SetPrimaryPartCFrame(CFrame.new(math.floor(game.Players.LocalPlayer:GetMouse().Hit.X)+.03,math.ceil(game.Players.LocalPlayer:GetMouse().Hit.Y+(Size/2)-1),math.floor(game.Players.LocalPlayer:GetMouse().Hit.Z)-.03) * CFrame.Angles(math.rad(0),math.rad(Rotate),math.rad(Tilt)))
  148. end
  149. end)
  150. end
  151. end)
  152. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement