Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Gholder = game.Workspace
- for i,v in pairs(Gholder:GetChildren()) do
- if v:IsA("UnionOperation") then
- if v.BrickColor.Name == "Bright yellow" then
- v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) + Vector3.new(2,1,2)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement