Jump to content

Decoration shows up as an exclamation mark in game


Recommended Posts

I made a Roblox tree For my Doom .WAD and it shows up normally in the editor, but in game it shows up as an exclamation mark

Here is the code:
 

ACTOR RBXTree 16001
{
  Game Doom
  Radius 60
  Height 60
  +SOLID
  States
  {
  Spawn:
    RTRE A 0
    Stop
  }
}

I looked everywhere for answers but nothing helped

Share this post


Link to post

Try

 

Quote

ACTOR RBXTree 16001
{
  Game Doom
  Radius 60
  Height 60
  +SOLID
  States
  {
  Spawn:
    RTRE A -1
    Loop
  }
}

 

Share this post


Link to post
14 minutes ago, Kappes Buur said:

Take a look at my map

 

If that does not work then I could take a look at your map

 

 

tree.7z

IT WORKED! THANK YOU!!!

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...