Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

why is script Source locked and how do i fix it?

Asked by 4 years ago

local Severer = Instance.new("Script") Severer.Souce = [[ Function OnClick()

print("works!")

end script.Parent.ClickDetector.MouseClick:Connect(OnClick)

]]

says Source is locked lacking permission

BUT I'M THE CREATOR IN STUDIO TEST MODE I'M ENTITLED TO ALL PERMISSIONS THERE IS!!!!!

0
Sorry. RobloxBuildingCareer 0 — 4y
0
I think Roblox Admins don't let you use it because they gave you a Script Editor. RobloxBuildingCareer 0 — 4y
0
what script editor? i want to use source so i can make a sword purely from instance.new lon233bcc 31 — 4y

1 answer

Log in to vote
1
Answered by
Prestory 1395 Moderation Voter
4 years ago

You are not allowed to edit another scripts source as its not usable through scripts or local scripts but it can be used through the command bar or plugins you can get more information about this by clicking the link i have provided for you below

https://developer.roblox.com/api-reference/property/Script/Source

Ad

Answer this question