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

So im doing a live event and this error keeps coming up?:

Asked by 3 years ago

08:58:04.762 - GooMonster is not a valid member of Workspace. The weridest part is that GooMonster is in workspace.. Heres my code: `local dialogue = game.ReplicatedStorage.Dialogue local type = Enum.ThumbnailType.HeadShot local size = Enum.ThumbnailSize.Size180x180

function Message(player, speech, id) dialogue:FireAllClients(player, speech, id) end wait(60) local players = game.Players:GetChildren() local player = players[math.random(1, #players)] local id = game.Players:GetUserThumbnailAsync(player.UserId, type, size) Message(player, "The water is shaking..Whats happening?", id) wait(10) local players = game.Players:GetChildren() local player = players[math.random(1, #players)] local id = game.Players:GetUserThumbnailAsync(player.UserId, type, size) Message(player, "ITS A GOO MONSTER", id) wait(0) workspace.GooMonster:Create() wait(10) local players = game.Players:GetChildren() local player = players[math.random(1, #players)] local id = game.Players:GetUserThumbnailAsync(player.UserId, type, size) Message(workspace.GooMonster, "FOOLISH ROBLOXIANS..GET OUT OF MY SWAMP!", "rbxassetid://5229823705") workspace.Destroyedarea:Destroy() wait(10) local players = game.Players:GetChildren() local player = players[math.random(1, #players)] local id = game.Players:GetUserThumbnailAsync(player.UserId, type, size) Message(workspace.GooMonster, "YOUR LUCKY IM NOT AT FULL POWER! LET THIS BE A WARNING..GET OUT OF MY SWAMP!", "rbxassetid://5229823705")

1 answer

Log in to vote
0
Answered by 3 years ago

In Order to type in Code block, You will see a Lua logo , You will get some thing like~~~~~~~~~~~~~~~~~ After you get it Copy&Paste your code inside it

  ~~~~~~~~~~~~~~~~~

Edit your question and you will get a great reply :)

Ad

Answer this question