Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why isn't this Player Points Rain working right?

Asked by 10 years ago

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-------------------------------
012local height = 120                       -- How many studs high the rain starts at
013 
014local CoinSize = Vector3.new(4, 0.2 ,4);  -- size of the coin
015 
View all 141 lines...

2 answers

Log in to vote
1
Answered by 10 years ago

Learn how to script, and then you can come back to us with something you made yourself.

Ad
Log in to vote
0
Answered by 10 years ago

Not helping.

Answer this question