#HOW THE HELL DO I CODE FUNCTIONS
1 messages · Page 1 of 1 (latest)
local function functionname(...) -- ... can be any sort of value.
print(...)
end
functionname("Hello World!")
THANK YOU
np
wait is it local or normal.
??????
local script or just script
you can use it in both
ty
local scripts are done on the players device and regular scripts are done on the server (roblox's device) everything that happens on the server is then done on everyones device but on a local script it only happens on the players device (with a few exceptions)
** You are now Level 8! **
what are the exceptions im curious