Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Why isn't my Build System able to align the build able parts with the plot GridSize of 2??

Asked by 4 years ago
Edited 4 years ago

My part of my script here is supposed to use a gridsize of 2 and it is oriented correctly but when you move the part it out aligns the part with the grid on the floor is there a way to make the part aligned with a vector?? or Cframe??? Please help if you can!

001local RunService = game:GetService("RunService")
002local UIS = game:GetService("UserInputService")
003 
004local Player = game.Players.LocalPlayer
005local Char = Player.Character or Player.CharacterAdded:Wait()
006local Mouse = Player:GetMouse()
007local Camera = workspace.CurrentCamera
008local PlaceObject = game.ReplicatedStorage.BuildEvents.PlaceObject
009 
010local GivenPlot = game.ReplicatedStorage.BuildEvents.GivenPlot
011local PlaceObject = game.ReplicatedStorage.BuildEvents.PlaceObject
012 
013local posX
014local posY
015local posZ
View all 108 lines...

Answer this question