#help with script
34 messages · Page 1 of 1 (latest)

i don't think that's how you use pcall
woah
it isnt?
lemme check the docs
instead of
pcall(tonumber(value))
pcall(tostring(value))
try
pcall(tonumber,value)
pcall(tostring,value)
Developer Forum | Roblox
Intoduction Protected calls, formally known as pcalls, can run functions without erroring and provide if your code was successfully ran but what’s the best way to use them and when should I? In this tutorial I will be covering the entirety of pcalls and where you’ll need them, so lets begin! Pcall basics First and foremost, we should learn wha...
yeah im reading that rn
what about
A?
