of     1   

awsomfire1234
#182525125Wednesday, January 27, 2016 11:22 PM GMT

Hello! Just need a little help... My brick seems to glitch or teleport over other bricks in its way... Any help would be appreciated thanks. Awsomfire1234 The script P = script.Parent V3 = -3, 0.5, -41 while true do wait(.05) P.Position = P.Position + Vector3.new(0, .1, 0) end
SwagCuzYolo
#182528137Thursday, January 28, 2016 12:10 AM GMT

Position continually moves the brick up in the Y axis until there is room for it. CFrame forces the brick into the position. P.CFrame= CFrame.new(P.Position + Vector3.new(0, .1, 0))
iPenguinSuperTime
#182528429Thursday, January 28, 2016 12:15 AM GMT

Hey can you remove a friend and add me so we can speak business about something? Or change your PM settings
HuskiesPancake
#182530029Thursday, January 28, 2016 12:42 AM GMT

P.CFrame= CFrame.new(P.Position + Vector3.new(0, .1, 0)) SiggyWigi
SwagCuzYolo
#182530107Thursday, January 28, 2016 12:44 AM GMT

thx for the help huskies
HuskiesPancake
#182530180Thursday, January 28, 2016 12:45 AM GMT

Thx for the sarcasium Swag SiggyWigi
awsomfire1234
#182530932Thursday, January 28, 2016 12:59 AM GMT

Thanks :)

    of     1