of     1   

LeztexTV
#139394441Sunday, July 06, 2014 5:18 AM GMT

if i 100 script.Parent.CFrame = *CFrame.Vector3("0, 0.5, 0,") end It is not working has something to do with 100.
Sasayaki
#139394671Sunday, July 06, 2014 5:21 AM GMT

wtf are you even trying to do
LeztexTV
#139394775Sunday, July 06, 2014 5:23 AM GMT

I want it to repeat 100 times
Thermobaric
#139394828Sunday, July 06, 2014 5:24 AM GMT

for i=1, 100 do
Sasayaki
#139394853Sunday, July 06, 2014 5:24 AM GMT

for i = 1, 100 do script.Parent.CFrame = script.Parent.CFrame+Vector3.new(0, .5, 0) wait() end

    of     1