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

How to add multiplication into Function?

Asked by 9 years ago

I'm trying to get it to where the YMINUS is multiplied by the Queue so if it's 5 it multiplies 55 by 5

01---------[Constants]-------------------------------------------------------------------------------
02 
03local X = -200
04local XCLOSE = 200
05local Y = 355
06local YCLOSE = 355
07local YMINUS = 55
08local Queue = 0
09 
10---------[End]-------------------------------------------------------------------------------------
11 
12function Notify()
13    if Queue == 0 then
14        local Notification = script.Parent.Notification:clone()
15        Notification.Name = "Notification1"
View all 44 lines...

Answer this question