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

How would I make my part snap to a grid of 10 studs?

Asked by 5 years ago

How would I make my part snap to a grid of 10 studs? i'm aiming for a building system like fortnite, strucid, island royale?

while true do
    local x = character.LowerTorso.Position.x
    local y = character.LowerTorso.Position.y
    local z = character.LowerTorso.Position.z
    game.Workspace.Test.Position = Vector3.new(x, y+5, z-5)
    wait(0.01)
end

its in a while loop cause i'm just testing.

3
Why are you even playing fortnite in the first place User#24403 69 — 5y
0
I don't I wan't to make a building system for my new game. retrobricks 162 — 5y
0
ur pretty far from making a building system User#23365 30 — 5y

Answer this question