> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# fireproximityprompt

> Real ProximityPrompt trigger uzerinden bir ProximityPrompt tetikler. prompt argumani ClassName alani "ProximityPrompt" olan object olmalidir. Deger object degilse cagri type error uretir. ClassName yoksa veya string degilse "Invalid Instance" uretir. ClassName "ProximityPrompt" degilse "ProximityPrompt expected" uretir. Function optional arguments almaz ve herhangi bir deger dondurmez.

<div className="real-function-page">
  ```lua theme={null}
  fireproximityprompt(prompt: Instance)
  ```

  ## Argümanlar

  <ParamField path={"prompt"} type={"Instance"} required>
    ClassName degeri ProximityPrompt olmasi gereken Instance.
  </ParamField>

  ## Örnek

  Tek gerekli argumanla bir ProximityPrompt tetikler.

  ```lua theme={null}
  local prompt = workspace.InteractivePart.ProximityPrompt

  fireproximityprompt(prompt)
  ```
</div>
