Advertisement
TheUnknownDiscord

phon guy

Mar 20th, 2022 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.20 KB | None | 0 0
  1. local night2 = {"*Ringing*...","*Ringing 2x*...","*Ringing-*","*Phone Pickup*","Uhh, Hello? Hello? Uh, well, if you're hearing this and you made it to day two, uh, congrats!","I-I won't talk quite as long this time since Freddy and his friends tend to become more active as the week progresses.","Uhh, it might be a good idea to peek at those cameras while I talk just to make sure everyone's in their proper place.","You know... Uh... Interestingly enough, Freddy himself doesn't come off stage very often.","I heard he becomes a lot more active in the dark though, so, hey, I guess that's one more reason not to run out of power, right?","I-I also want to emphasize the importance of using your door lights.","There are blind spots in your camera views, and those blind spots happen to be right outside of your doors.","So if-if you can’t find something, or someone, on your cameras, be sure to check the door lights.","Uh, you might only have a few seconds to react...","Uh, not that you would be in any danger, of course. I'm not implying that.","Also, check on the curtain in Pirate Cove from time to time.", "The character in there seems unique in that he becomes more active if the cameras remain off for long periods of time.", "I guess he doesn't like being watched.","I don't know.", "Anyways, I'm sure you have everything under control! Uh, talk to you soon."}
  2. local night3 = {"*Ringing*...","*Ringing 2x*...","*Ringing-*","*Phone Pickup*","Hello, hello? Hey you're doing great! Most people don’t last this long.","I mean, you know, they usually move on to other things by now.","I'm not implying that they died.","Th-th-that’s not what I meant.","Uh, anyway I better not take up too much of your time.","Things start getting real tonight.", "Uh...","Hey, listen, I had an idea: if you happen to get caught and want to avoid getting stuffed into a Freddy suit, uhh, try playing dead! You know, go limp. Then there's a chance that, uh, maybe they’ll think that you're an empty costume instead.","Then again if they think you're an empty costume, they might try to... stuff a metal skeleton into you. ","I wonder how that would work. Yeah, never mind, scratch that.","It's best just not to get caught. Um... Ok, I'll leave you to it. See you on the flip side!"}
  3. local night4 = {"*Ringing*...","*Ringing 2x*...","*Ringing-*","*Phone Pickup*","Hello, hello? Hey! Hey, wow, day 4.","I knew you could do it.","Uh, hey, listen, I may not be around to send you a message tomorrow.", "*Foxy banging on door*", "It's-It's been a bad night here for me.","Um, I-I'm kinda glad that I recorded my messages for you *clears throat* uh, when I did.","Uh, hey, do me a favor.","*Foxy banging on door*","Maybe sometime, uh, you could check inside those suits in the back room?","*Foxy banging on door*","I'm gonna to try to hold out until someone checks. Maybe it won’t be so bad.","*Foxy banging on door 2x*","Uh, I-I-I-I always wondered what was in all those empty heads back there.","*Freddys music box plays*","You know...","*Chica Gets in office*","oh,no-","*Golden freddy screams*","*Static*..."}
  4. local night5 = {"*Static*......"}
  5. local night1 = {"*Ringing*...","*Ringing 2x*...", "*Ringing-*","*Phone Pickup*","Hello, Hello Hello,", "Uhhhhh,", "I wanted to record a message for you, To help you get settled in on your first night.","Um,","I Actually worked in that office before you.","I'm finishing up my last week now, as a matter of fact", "So, I know it can be a bit overwhelming, but I'm here to tell you there's nothing to worry about.","Uh, you'll do fine.","So, let's just focus on getting you through your first week.","Okay?","Uh, let's see, first there's an introductory greeting from the company that I'm supposed to read.","Uh, it's kinda a legal thing, You know.","Um, Welcome to Freddy Fazbear's Pizza.", "A magical place for kids and grown-ups alike, where fantasy and fun come to life.","Fazbear Entertainment is not responsible for damage to property or person.","Upon discovering that damage or death has occurred, a missing person report will be filed within 90 days, or as soon property and premises have been thoroughly cleaned and bleached, and the carpets have been replaced.","Blah blah blah, now that might sound bad, I know, but there's really nothing to worry about.","Uh, the animatronic characters here do get a bit quirky at night, but do I blame them?","No.","If I were forced to sing those same stupid songs for twenty years and I never got a bath?", "I'd probably be a bit irritable at night too.","So, remember, these characters hold a special place in the hearts of children and we need to show them a little respect, right?","Okay.","So, just be aware, the characters do tend to wander a bit.", "Uh, they're left in some kind of free roaming mode at night.","Uh... Something about their servos locking up if they get turned off for too long.","Uh, they used to be allowed to walk around during the day too.","But then there was The Bite of '87.", "Yeah.", "I-It's amazing that the human body can live without the frontal lobe, you know?","Uh, now concerning your safety, the only real risk to you as a night watchman here, if any, is the fact that these characters", "uh, if they happen to see you after hours probably won't recognize you as a person.","They'll pr- they'll most likely see you as a metal endoskeleton without its costume on.","Now since that's against the rules here at Freddy Fazbear's Pizza, they'll probably try to...forcefully stuff you inside a Freddy Fazbear suit.","Um, now, that wouldn't be so bad if the suits themselves weren't filled with crossbeams, wires, and animatronic devices, especially around the facial area.","So, you could imagine how having your head forcefully pressed inside one of those could cause a bit of discomfort...and death.","Uh, the only parts of you that would likely see the light of day again would be your eyeballs and teeth when they pop out the front of the mask, heh.","Y-Yeah, they don't tell you these things when you sign up.","But hey, first day should be a breeze.","I'll chat with you tomorrow.","Uh, check those cameras, and remember to close the doors only if absolutely necessary.","Gotta conserve power. Alright, good night."}
  6. part2 = Instance.new("Part",script)
  7. part2.CFrame = owner.Character.Head.CFrame * CFrame.new(0,-1,-4)
  8. part2.Size = Vector3.new(2.057, 0.756,2.822)
  9. Mesh2 = Instance.new("SpecialMesh",part2)
  10. Mesh2.TextureId = "rbxassetid://4676338771"
  11. Mesh2.MeshId = "rbxassetid://4676333639"
  12. Mesh2.Scale = Vector3.new(0.05,0.05,0.05)
  13. part = Instance.new("Part",script)
  14. local at1 = Instance.new("Attachment",part)
  15. local at0 = Instance.new("Attachment",part2)
  16. at1.CFrame = CFrame.new(0.037, -0.085, -1.11, 1, 0, 0,0,1, 0, 0,0,1)
  17. at0.CFrame = CFrame.new(0.581, -0.095, -1.17, 1, 0, 0,0,1,0,0,0,1)
  18. local cord = Instance.new("SpringConstraint",part)
  19. cord.Attachment1 = at1
  20. cord.Attachment0 = at0
  21. cord.Coils = 12
  22. cord.Color = BrickColor.new("Really black")
  23. cord.Radius = 0.05
  24. cord.Thickness = 0.013
  25. cord.MaxForce = 5000
  26. cord.FreeLength = 1
  27. cord.Visible = true
  28. cord.LimitsEnabled = true
  29. cord.MinLength = 0
  30. cord.MaxLength = 10
  31. part.Size = Vector3.new(0.549, 0.558, 2.658)
  32. local weld = Instance.new("Weld",part2)
  33. weld.Part0 = part
  34. weld.Part1 = part2
  35. weld.C0 = CFrame.new(-0.5,-0.175,0)
  36. Mesh = Instance.new("SpecialMesh",part)
  37. Mesh.TextureId = "rbxassetid://4676338771"
  38. Mesh.MeshId = "rbxassetid://4676333584"
  39. Mesh.Scale = Vector3.new(0.05,0.05,0.05)
  40. local clickDetector = Instance.new("ClickDetector")
  41. clickDetector.Parent = part
  42. clickDetector.MaxActivationDistance = 10
  43. local db = false
  44. local count = 0
  45. print("Say -night1 to force night1 dialouge")
  46. print("Say -night2 to force night2 dialouge")
  47. print("Say -night3 to force night3 dialouge")
  48. print("Say -night4 to force night4 dialouge")
  49. print("Say -night5 to force night5 dialouge")
  50. owner.Chatted:Connect(function(msg)
  51. if msg:lower() == "-night1" then
  52. count = 0
  53. elseif msg:lower() == "-night2" then
  54. count = 1
  55. elseif msg:lower() == "-night3" then
  56. count = 2
  57. elseif msg:lower() == "-night4" then
  58. count = 3
  59. elseif msg:lower() == "-night5" then
  60. count = 4
  61. end
  62. end)
  63. local sound = Instance.new("Sound")
  64. sound.PlayOnRemove = true
  65. sound.Volume = 1.5
  66. sound.SoundId = "rbxassetid://9125397533"
  67. clickDetector.MouseClick:Connect(function(plr)
  68. if plr == owner and not db and count == 0 then
  69. count += 1
  70. db = true
  71. weld.Enabled = false
  72. tool = Instance.new("Tool")
  73. tool.Grip = CFrame.new(0,0.125,0) * CFrame.Angles(math.rad(-90),0,math.rad(180))
  74. part.Parent = tool
  75. part.Name = "Handle"
  76. tool.Parent = owner.Character
  77. tool.Unequipped:Connect(function()
  78. cord.MaxForce = 500000
  79. end)
  80. tool.Equipped:Connect(function()
  81. cord.MaxForce = 5000
  82. end)
  83. local billboard = Instance.new("BillboardGui", part)
  84. billboard.Adornee = part
  85. billboard.Size = UDim2.new(5,0,3,0)
  86. billboard.Name = "chat"
  87. local tb = Instance.new("TextBox", billboard)
  88. tb.BackgroundTransparency = 0.999
  89. tb.TextStrokeTransparency = 0
  90. tb.TextSize = 15
  91. tb.Font = "Arcade"
  92. tb.MultiLine = true
  93. tb.TextWrapped = true
  94. tb.TextXAlignment = 'Left'
  95. tb.TextWrapped = true
  96. tb.TextScaled = true
  97. billboard.ExtentsOffset = Vector3.new(0,3.5,0)
  98. local frame = Instance.new("ImageLabel", billboard)
  99. frame.BackgroundTransparency = 1
  100. frame.Size = UDim2.new(0.5,0,0.5,0)
  101. frame.Image = "rbxassetid://6664089258"
  102. tb.Size = UDim2.new(1,0,0.5,0)
  103. tb.AnchorPoint = Vector2.new(1.25, 0)
  104. tb.Position = UDim2.new(1.25, 0, 0, 0)
  105. frame.AnchorPoint = Vector2.new(-0.25, 0)
  106. tb.TextColor3 = Color3.new(0.5, 0.5, 0.5)
  107. frame.Position = UDim2.new(-0.25, 0, 0, 0)
  108. billboard.DistanceLowerLimit = 5
  109. billboard.DistanceUpperLimit = 4
  110. for i = 1, #night1 do
  111. for f = 1, #night1[i] do
  112. sound.Parent = part
  113. sound.PlaybackSpeed = Random.new():NextNumber(0.25,0.5)
  114. sound.Parent = nil
  115. tb.Text = string.sub(night1[i],1,f)
  116. if tb.Text:sub(#tb.Text,#tb.Text) ~= "." then
  117. if tb.Text:sub(#tb.Text,#tb.Text) ~= "," then
  118. if tb.Text:sub(#tb.Text,#tb.Text) ~= "-" then
  119. wait(0.0725)
  120. else
  121. wait(0.25)
  122. end
  123. else
  124. wait(0.1875)
  125. end
  126. else
  127. wait(0.25)
  128. end
  129. end
  130. end
  131. wait(0.75)
  132. billboard:Destroy()
  133. part.Parent = script
  134. weld.Enabled = true
  135. tool:Destroy()
  136. db = false
  137. elseif plr == owner and not db and count == 1 then
  138. count += 1
  139. db = true
  140. weld.Enabled = false
  141. tool = Instance.new("Tool")
  142. tool.Grip = CFrame.new(0,0.125,0) * CFrame.Angles(math.rad(-90),0,math.rad(180))
  143. part.Parent = tool
  144. part.Name = "Handle"
  145. tool.Parent = owner.Character
  146. local sound = Instance.new("Sound")
  147. sound.PlayOnRemove = true
  148. sound.Volume = 0.25
  149. sound.SoundId = "rbxassetid://9125397533"
  150. tool.Unequipped:Connect(function()
  151. cord.MaxForce = 500000
  152. end)
  153. tool.Equipped:Connect(function()
  154. cord.MaxForce = 5000
  155. end)
  156. local billboard = Instance.new("BillboardGui", part)
  157. billboard.Adornee = part
  158. billboard.Size = UDim2.new(5,0,3,0)
  159. billboard.Name = "chat"
  160. local tb = Instance.new("TextBox", billboard)
  161. tb.BackgroundTransparency = 0.999
  162. tb.TextStrokeTransparency = 0
  163. tb.TextSize = 15
  164. tb.Font = "Arcade"
  165. tb.MultiLine = true
  166. tb.TextWrapped = true
  167. tb.TextXAlignment = 'Left'
  168. tb.TextWrapped = true
  169. tb.TextScaled = true
  170. billboard.ExtentsOffset = Vector3.new(0,3.5,0)
  171. local frame = Instance.new("ImageLabel", billboard)
  172. frame.BackgroundTransparency = 1
  173. frame.Size = UDim2.new(0.5,0,0.5,0)
  174. frame.Image = "rbxassetid://6664089258"
  175. tb.Size = UDim2.new(1,0,0.5,0)
  176. tb.AnchorPoint = Vector2.new(1.25, 0)
  177. tb.Position = UDim2.new(1.25, 0, 0, 0)
  178. frame.AnchorPoint = Vector2.new(-0.25, 0)
  179. tb.TextColor3 = Color3.new(0.5, 0.5, 0.5)
  180. frame.Position = UDim2.new(-0.25, 0, 0, 0)
  181. billboard.DistanceLowerLimit = 5
  182. billboard.DistanceUpperLimit = 4
  183. for i = 1, #night2 do
  184. for f = 1, #night2[i] do
  185. sound.Parent = part
  186. sound.PlaybackSpeed = Random.new():NextNumber(0.25,0.5)
  187. sound.Parent = nil
  188. tb.Text = string.sub(night2[i],1,f)
  189. if tb.Text:sub(#tb.Text,#tb.Text) ~= "." then
  190. if tb.Text:sub(#tb.Text,#tb.Text) ~= "," then
  191. if tb.Text:sub(#tb.Text,#tb.Text) ~= "-" then
  192. wait(0.0725)
  193. else
  194. wait(0.25)
  195. end
  196. else
  197. wait(0.1875)
  198. end
  199. else
  200. wait(0.25)
  201. end
  202. end
  203. end
  204. wait(0.75)
  205. billboard:Destroy()
  206. part.Parent = script
  207. weld.Enabled = true
  208. tool:Destroy()
  209. db = false
  210. elseif plr == owner and not db and count == 2 then
  211. count += 1
  212. db = true
  213. weld.Enabled = false
  214. tool = Instance.new("Tool")
  215. tool.Grip = CFrame.new(0,0.125,0) * CFrame.Angles(math.rad(-90),0,math.rad(180))
  216. part.Parent = tool
  217. part.Name = "Handle"
  218. tool.Parent = owner.Character
  219. local sound = Instance.new("Sound")
  220. sound.PlayOnRemove = true
  221. sound.Volume = 0.25
  222. sound.SoundId = "rbxassetid://9125397533"
  223. tool.Unequipped:Connect(function()
  224. cord.MaxForce = 500000
  225. end)
  226. tool.Equipped:Connect(function()
  227. cord.MaxForce = 5000
  228. end)
  229. local billboard = Instance.new("BillboardGui", part)
  230. billboard.Adornee = part
  231. billboard.Size = UDim2.new(5,0,3,0)
  232. billboard.Name = "chat"
  233. local tb = Instance.new("TextBox", billboard)
  234. tb.BackgroundTransparency = 0.999
  235. tb.TextStrokeTransparency = 0
  236. tb.TextSize = 15
  237. tb.Font = "Arcade"
  238. tb.MultiLine = true
  239. tb.TextWrapped = true
  240. tb.TextXAlignment = 'Left'
  241. tb.TextWrapped = true
  242. tb.TextScaled = true
  243. billboard.ExtentsOffset = Vector3.new(0,3.5,0)
  244. local frame = Instance.new("ImageLabel", billboard)
  245. frame.BackgroundTransparency = 1
  246. frame.Size = UDim2.new(0.5,0,0.5,0)
  247. frame.Image = "rbxassetid://6664089258"
  248. tb.Size = UDim2.new(1,0,0.5,0)
  249. tb.AnchorPoint = Vector2.new(1.25, 0)
  250. tb.Position = UDim2.new(1.25, 0, 0, 0)
  251. frame.AnchorPoint = Vector2.new(-0.25, 0)
  252. tb.TextColor3 = Color3.new(0.5, 0.5, 0.5)
  253. frame.Position = UDim2.new(-0.25, 0, 0, 0)
  254. billboard.DistanceLowerLimit = 5
  255. billboard.DistanceUpperLimit = 4
  256. for i = 1, #night3 do
  257. for f = 1, #night3[i] do
  258. sound.Parent = part
  259. sound.PlaybackSpeed = Random.new():NextNumber(0.25,0.5)
  260. sound.Parent = nil
  261. tb.Text = string.sub(night3[i],1,f)
  262. if tb.Text:sub(#tb.Text,#tb.Text) ~= "." then
  263. if tb.Text:sub(#tb.Text,#tb.Text) ~= "," then
  264. if tb.Text:sub(#tb.Text,#tb.Text) ~= "-" then
  265. wait(0.0725)
  266. else
  267. wait(0.25)
  268. end
  269. else
  270. wait(0.1875)
  271. end
  272. else
  273. wait(0.25)
  274. end
  275. end
  276. end
  277. wait(0.75)
  278. billboard:Destroy()
  279. part.Parent = script
  280. weld.Enabled = true
  281. tool:Destroy()
  282. db = false
  283. elseif plr == owner and not db and count == 3 then
  284. count += 1
  285. db = true
  286. weld.Enabled = false
  287. tool = Instance.new("Tool")
  288. tool.Grip = CFrame.new(0,0.125,0) * CFrame.Angles(math.rad(-90),0,math.rad(180))
  289. part.Parent = tool
  290. part.Name = "Handle"
  291. tool.Parent = owner.Character
  292. local sound = Instance.new("Sound")
  293. sound.PlayOnRemove = true
  294. sound.Volume = 0.25
  295. sound.SoundId = "rbxassetid://9125397533"
  296. tool.Unequipped:Connect(function()
  297. cord.MaxForce = 500000
  298. end)
  299. tool.Equipped:Connect(function()
  300. cord.MaxForce = 5000
  301. end)
  302. local billboard = Instance.new("BillboardGui", part)
  303. billboard.Adornee = part
  304. billboard.Size = UDim2.new(5,0,3,0)
  305. billboard.Name = "chat"
  306. local tb = Instance.new("TextBox", billboard)
  307. tb.BackgroundTransparency = 0.999
  308. tb.TextStrokeTransparency = 0
  309. tb.TextSize = 15
  310. tb.Font = "Arcade"
  311. tb.MultiLine = true
  312. tb.TextWrapped = true
  313. tb.TextXAlignment = 'Left'
  314. tb.TextWrapped = true
  315. tb.TextScaled = true
  316. billboard.ExtentsOffset = Vector3.new(0,3.5,0)
  317. local frame = Instance.new("ImageLabel", billboard)
  318. frame.BackgroundTransparency = 1
  319. frame.Size = UDim2.new(0.5,0,0.5,0)
  320. frame.Image = "rbxassetid://6664089258"
  321. tb.Size = UDim2.new(1,0,0.5,0)
  322. tb.AnchorPoint = Vector2.new(1.25, 0)
  323. tb.Position = UDim2.new(1.25, 0, 0, 0)
  324. frame.AnchorPoint = Vector2.new(-0.25, 0)
  325. tb.TextColor3 = Color3.new(0.5, 0.5, 0.5)
  326. frame.Position = UDim2.new(-0.25, 0, 0, 0)
  327. billboard.DistanceLowerLimit = 5
  328. billboard.DistanceUpperLimit = 4
  329. for i = 1, #night4 do
  330. for f = 1, #night4[i] do
  331. sound.Parent = part
  332. sound.PlaybackSpeed = Random.new():NextNumber(0.25,0.5)
  333. sound.Parent = nil
  334. tb.Text = string.sub(night4[i],1,f)
  335. if tb.Text:sub(#tb.Text,#tb.Text) ~= "." then
  336. if tb.Text:sub(#tb.Text,#tb.Text) ~= "," then
  337. if tb.Text:sub(#tb.Text,#tb.Text) ~= "-" then
  338. wait(0.0725)
  339. else
  340. wait(0.25)
  341. end
  342. else
  343. wait(0.1875)
  344. end
  345. else
  346. wait(0.25)
  347. end
  348. end
  349. end
  350. wait(0.75)
  351. billboard:Destroy()
  352. part.Parent = script
  353. weld.Enabled = true
  354. tool:Destroy()
  355. db = false
  356. elseif plr == owner and not db and count == 4 then
  357. db = true
  358. weld.Enabled = false
  359. tool = Instance.new("Tool")
  360. tool.Grip = CFrame.new(0,0.125,0) * CFrame.Angles(math.rad(-90),0,math.rad(180))
  361. part.Parent = tool
  362. part.Name = "Handle"
  363. tool.Parent = owner.Character
  364. local sound = Instance.new("Sound")
  365. sound.PlayOnRemove = true
  366. sound.Volume = 0.25
  367. sound.SoundId = "rbxassetid://9125397533"
  368. tool.Unequipped:Connect(function()
  369. cord.MaxForce = 500000
  370. end)
  371. tool.Equipped:Connect(function()
  372. cord.MaxForce = 5000
  373. end)
  374. local billboard = Instance.new("BillboardGui", part)
  375. billboard.Adornee = part
  376. billboard.Size = UDim2.new(5,0,3,0)
  377. billboard.Name = "chat"
  378. local tb = Instance.new("TextBox", billboard)
  379. tb.BackgroundTransparency = 0.999
  380. tb.TextStrokeTransparency = 0
  381. tb.TextSize = 15
  382. tb.Font = "Arcade"
  383. tb.MultiLine = true
  384. tb.TextWrapped = true
  385. tb.TextXAlignment = 'Left'
  386. tb.TextWrapped = true
  387. tb.TextScaled = true
  388. billboard.ExtentsOffset = Vector3.new(0,3.5,0)
  389. local frame = Instance.new("ImageLabel", billboard)
  390. frame.BackgroundTransparency = 1
  391. frame.Size = UDim2.new(0.5,0,0.5,0)
  392. frame.Image = "rbxassetid://6664089258"
  393. tb.Size = UDim2.new(1,0,0.5,0)
  394. tb.AnchorPoint = Vector2.new(1.25, 0)
  395. tb.Position = UDim2.new(1.25, 0, 0, 0)
  396. frame.AnchorPoint = Vector2.new(-0.25, 0)
  397. tb.TextColor3 = Color3.new(0.5, 0.5, 0.5)
  398. frame.Position = UDim2.new(-0.25, 0, 0, 0)
  399. billboard.DistanceLowerLimit = 5
  400. billboard.DistanceUpperLimit = 4
  401. for i = 1, #night5 do
  402. for f = 1, #night5[i] do
  403. sound.Parent = part
  404. sound.PlaybackSpeed = Random.new():NextNumber(0.25,0.5)
  405. sound.Parent = nil
  406. tb.Text = string.sub(night5[i],1,f)
  407. if tb.Text:sub(#tb.Text,#tb.Text) ~= "." then
  408. if tb.Text:sub(#tb.Text,#tb.Text) ~= "," then
  409. if tb.Text:sub(#tb.Text,#tb.Text) ~= "-" then
  410. wait(0.0725)
  411. else
  412. wait(0.25)
  413. end
  414. else
  415. wait(0.1875)
  416. end
  417. else
  418. wait(0.25)
  419. end
  420. end
  421. end
  422. wait(0.75)
  423. billboard:Destroy()
  424. part.Parent = script
  425. weld.Enabled = true
  426. tool:Destroy()
  427. db = false
  428. end
  429. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement