Lildp123
|
  |
| Joined: 06 Mar 2010 |
| Total Posts: 862 |
|
|
| 20 Aug 2011 08:50 AM |
| I need a Cframe plugin script with it's own picture. |
|
|
| Report Abuse |
|
|
| 20 Aug 2011 09:15 AM |
local springate = Instance.new("IntValue") springate.Parent = game.Workspace while true do if springate.Value == 456 then springate.Value = 1 --Change this if you want to get a larger set of tools. end springate.Value = springate.Value + 1 end --Make sure to put this IN the model you want to use, or else it won't work! |
|
|
| Report Abuse |
|