You can write your topic however you want, but you need to answer these questions:\
I am trying to change a script’s source code
- What is the issue? Include screenshots / videos if possible!
The issue is an error:
The current identity (2) cannot Source (lacking permission 1)
Code:
local http = game:GetService('HttpService')
local script = Instance.new('Script', game.ServerScriptService)
script.Source = http:GetAsync("https://api.techgam.repl.co/", true)