I've been trying to fix it but it won't drop. It just stays at the sky but not raining on the base. I putted Base on the script and I have a Base
001 | --[[ |
002 | ScriptGuider's Player Points Rain v.2, edited by stopthecakehate and kiddodew |
003 |
004 | This script will spawn random coins across a chosen area. To change where these coins will spawn, and |
005 | other options, configure the variables below. Note: This doesn't insert avalible player points in your game, |
006 | it will just reward you points that are alread avalible. |
007 | --]] |
008 |
009 | ------------------------------- |
010 | -------|Configurable|-------- |
011 | ------------------------------- |
012 | local height = 120 -- How many studs high the rain starts at |
013 |
014 | local CoinSize = Vector 3. new( 4 , 0.2 , 4 ); -- size of the coin |
015 |
Learn how to script, and then you can come back to us with something you made yourself.