Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Roblox script

    Humour
    2
    2
    519
    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 Black
      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)

      PeterJones 1 Reply Last reply Reply Quote 0
      • PeterJones
        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 3
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors