generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Could someone follow me please

Previous Thread :: Next Thread 
myactivegamingalt is not online. myactivegamingalt
Joined: 10 Jul 2015
Total Posts: 23
12 Jul 2015 03:41 PM
this script is acting strange

http://www.roblox.com/games/269040202/myactivetestplaces-Place-Number-1
Report Abuse
myactivegamingalt is not online. myactivegamingalt
Joined: 10 Jul 2015
Total Posts: 23
12 Jul 2015 03:44 PM
local c1 = workspace.Cog1
local c2 = workspace.Cog2
local l2 = script.Parent
local cd = l2.ClickDetector
function onClick(playerwhoclicked)
l2.Position = Vector3.new(-18.5, 2.061, -40.322)
l2.Rotation = Vector3.new(45,0,0)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,11.25,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,22.5,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,33.75,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,45,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,56.25,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,67.5,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,78.75,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(0,90,0)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(101.25)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(112.5)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(123.75)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(135)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(146.25)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(157.5)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(168.75)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(180)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(191.25)
wait(.1)
c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(202.5)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(213.75)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(225)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(236.25)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(247.5)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(258.75)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(270)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(281.25)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(292.5)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(303.75)
wait(.1)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(315)
wait(.1)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(326.25)
wait(.1)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(337.5)
wait(.1)
wait(.1)c1.Position = Vector3.new(-13.1, 1.3, -45.8)
c1.Rotation = Vector3.new(348.75)
wait(.1)








end
script.Parent.ClickDetector.MouseClick:connect(onClick)
Report Abuse
myactivegamingalt is not online. myactivegamingalt
Joined: 10 Jul 2015
Total Posts: 23
12 Jul 2015 03:47 PM
just ignore this ....face to desk
Report Abuse
SeizureMadness is not online. SeizureMadness
Joined: 23 Apr 2011
Total Posts: 154
12 Jul 2015 03:52 PM
Im not going to read that. I only read for's when animating such things.

pls get it right k lol thnx bai
Report Abuse
myactivegamingalt is not online. myactivegamingalt
Joined: 10 Jul 2015
Total Posts: 23
12 Jul 2015 05:15 PM
Follow me again please something is wrong again
Report Abuse
myactivegamingalt is not online. myactivegamingalt
Joined: 10 Jul 2015
Total Posts: 23
12 Jul 2015 05:17 PM
i just thought of it
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image