Advertisement
Guest User

Untitled

a guest
May 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. if game.Workspace[Plr.Name]:FindFirstChild("BuildingTool")and ED then
  2. Block = game.Players.LocalPlayer.PlayerGui.BuildGui.ScrollingFrame.BlocksFrame.Selected.Value
  3. game.Workspace[Plr.Name]:FindFirstChild("BuildingTool").RF:InvokeServer(unpack({Block, GetNum(), this.PPart, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), 3, true, 17, iBlock:GetModelCFrame()}))
  4. end
  5. end)
  6.  
  7. Plr:GetMouse().KeyDown:connect(function(key)
  8. if key == 'q' and ED then
  9. if Mouse.Target then
  10. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement