Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function _G.newp(times)
- for i = 1, times do
- task.wait()
- newpart = Instance.new("Part", script)
- newpart.Size = Vector3.new(2.5,2.5,2.5)
- newpart.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment