ADVERTISEMENTREMOVE ADS
Game icon

fling all artifacts - break all artifacts

Script preview thumbnail
Script Preview

Description

my script does is fling all current map artifact. each time run it fling. but i'm not sure if it fling fullly correctly. you can help by improve my code.

ADVERTISEMENTREMOVE ADS
16 Lines • 482 Bytes
Raw
local map = workspace.Map
local artifacts = map.Artifacts
local alltifact = artifacts:GetChildren()
local char = game.Players.LocalPlayer.Character
for _, part in pairs(alltifact:GetChildren()) do
char:PivotTo(part.CFrame)
end
for _, part in pairs(alltifact:GetChildren()) do
char:PivotTo(part.CFrame)
end
for _, part in pairs(alltifact:GetChildren()) do
char:PivotTo(part.CFrame)
end
for _, part in pairs(alltifact:GetChildren()) do
char:PivotTo(part.CFrame)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS