Community
    • Login

    Roblox script

    Scheduled Pinned Locked Moved Humour
    2 Posts 2 Posters 3.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Uber BlackU
      Uber Black
      last edited by Uber Black

      local part = script.Parent.Parent --Сам парт
      local monster = workspace.ghost --Монстр
      local startpos = Vector3(0,0,0) --Позиция стартовая
      local endpos = Vector3(0,0,0) --Позиция конечная
      local sound = script.Parent
      local runcount = 0

      function monsteron()
      if runcount == 0 then
      monster.CFrame = Vector3.new(startpos)
      wait(0.5)
      monster.CFrame = Vector3.new(endpos)
      sound.Playing = true
      end
      runcount = runcount + 1
      end

      part.Touched:Connect(monsteron)

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Uber Black
        last edited by

        @uber-black ,

        For those of us Notepad++ users who don’t know Roblox, how is this funny and Notepad++ related?

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors