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

One of my scripts aren't working when using it in game on the dev console?

Asked by 6 years ago

So whenever i use the script in game on the dev console game.ReplicatedStorage.FolderChange:FireServer("llBreezyll", "DevilFruit", "Flame") it says unable to cast value to object

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

Try using:

(llBreezyll MUST be in the game with you other wise it will error.)

game.ReplicatedStorage.FolderChange:FireServer(game.Players.llBreezyll.Name, "DevilFruit", "Flame")

Please accept this answer if it helped!

0
Yea thats my account and it still doesn't work marcinpl123 -5 — 6y
0
try the code now outlook1234567890 115 — 6y
0
the one this is im not sure what code is occuring when the remoteevent is fired.. outlook1234567890 115 — 6y
Ad

Answer this question