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

Linked Scripts crashes roblox studio with wierd characters, am i doing it rong??

Asked by 6 years ago

so today i wanted to try to use linked scripts... so this is my script that i want to use: and the contents:

Print("Hello world"..script.Name)

so my script that creates the script:

sc = Instance.new("Script")
sc.LinkedSource = "rbxassetid://1873308723"
sc.Parent = workspace

ok so i run the script.. and i see the script that was created looks really weird with some characters and i found my script in the middle commented out... and when i tried to copy it roblox studio crashed

is it just a bad mistake that im making? or a bug?

Answer this question