I want a script function to delete last digit from an value. Just one last in the text string or numbervalue. I'm not sure what functions i need to make smth like that. It's hard to find anything in developer.roblox.com I use as main function MouseButton1Click cause it will run when clicked a button.
script.Parent.MouseButton1Click:connect(function(buy) --[[C clear and save]] local mem = script.Parent.Parent.Parent.HDDMEM local butt = script.Parent.Parent.Parent.Memory.Buttons -[[there i need that function]] wait(0.01) end)
Thanks for every help. /EDIT "Are you trying to remove a digit itself or just -1 from the value?" Read my questions once again until you get it.