After giving up since January, I gave scripting a new chance, and I tried making a function out of memory.
local definingTimes = 0
local function learningtoScript(times, waitTime)
times = definingTimes
repeat until times = 69
print("OP is so cool and attractive")
wait(0.05)
times = times + 1
end
learningtoScript()
Gave me a syntax error of "ServerScriptService.Script:7: Expected identifier when parsing expression, got ‘=’ "
What is wrong with my script and how can I optimize it, can you give me some good practices otw?