Welcome To Roblox Building Script | SERVER LAGGING

download-5.png

Created by TheSynapseGuy

Features:

local BuildingAreas = workspace:WaitForChild("BuildingAreas")
local StampFunction = game:GetService("ReplicatedStorage"):WaitForChild("BuildingBridge"):WaitForChild("Stamp")
local ConfigFunction = game:GetService("ReplicatedStorage"):WaitForChild("BuildingBridge"):WaitForChild("Config")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local FloorMeshPart = workspace:WaitForChild("Floor"):WaitForChild("MeshPart")

local function PlaceBlock(AssetId,CFrame)
   return StampFunction:InvokeServer(AssetId,CFrame)
end

local function FindPlayerPlot(Player)
   for _,v in pairs(BuildingAreas:GetChildren()) do
       if v:IsA("Model") then
           local PlotOwnerName = v.Player.Value
           if PlotOwnerName == Player.Name then
               return v
           end
       end
   end
   return nil
end

local LocalPlayerPlot = FindPlayerPlot(LocalPlayer)
if LocalPlayerPlot then
   local PlayerBaseplate = LocalPlayerPlot.PlayerArea.BasePlate
   local YPosition = (FloorMeshPart.Position.Y - (FloorMeshPart.Size.Y/2)) -2
   local XPosition = PlayerBaseplate.Position.X
   local ZPosition = PlayerBaseplate.Position.Z
   
   local TargetCFrame = CFrame.new(Vector3.new(XPosition,YPosition,ZPosition))
   StampFunction:InvokeServer(
       65819976,
       TargetCFrame
   )
   while true do
       local success = false
       for _,v in pairs(LocalPlayerPlot.PlayerArea:GetDescendants()) do
           if v.Name == "Speed" and v.Parent.Name == "Configuration" then
               ConfigFunction:InvokeServer(
                   v,
                   tonumber("nan")
               )
               success = true
               break
           end
       end
       task.wait(0.2)
       if success then
           break
       end
   end
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ