|
| 12 Sep 2014 07:26 PM |
| How do I make cash rain, sort of like credit rain in tmm but its points or just money falling in a certain area which gives a certain amount of points |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 12:17 AM |
| thats kinda hard. u gtta know the place and then like use a bunch of stuff. most ppl here probably wont do the whole thing for u. u can try and find out how and if it doenst work we might fix for u |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 13 Sep 2014 12:49 AM |
lol'ing at this is hard took 4 minutes
points = {1, 5, 10, 20, 50, 100} for i = 1, howevermanyyouwant do local part = Instance.new("Part", workspace) part.Anchored = false part.TopSurface = "Smooth" part.BottomSurface = "Smooth" Instance.new("CylinderMesh", part) part.FormFactor = "Custom" part.Size = Vector3.new(4, .2, 4) part.CFrame = CFrame.new(math.random(-100, 100), 50, math.random(-100, 100)) part:BreakJoints() local pts = points[math.random(#points)] part.Touched:connect(function(hit) if game.Players:GetPlayerFromCharacter(hit.Parent) then local plr =game.Players:GetPlayerFromCharacter(hit.Parent) plr.leaderstats.Points.Value =plr.leaderstats.Points.Value+pts part:Destroy() end end) wait(math.random()*3) end |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 12:25 PM |
| Ye but where do I put this, and how do I start it. |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 12:27 PM |
put this: for i = 1, 100 do print(math.ceil(math.ldexp(i, i/6))) end
I mean Venusaur...with a question mark - Add like 15000 to my post count - Alt of boynedmaster |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 12:31 PM |
| Yeah, but where do I put the script, and how do I start it. |
|
|
| Report Abuse |
|
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
| |
|
murcury57
|
  |
| Joined: 30 Jun 2010 |
| Total Posts: 90299 |
|
| |
|
|
| 13 Sep 2014 02:14 PM |
| Imean the script, what do I put it in, Workspace,Lighting. what? |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 02:16 PM |
| Get some basic scripting skills and come back. |
|
|
| Report Abuse |
|
|
| |
|